Skip to content

Commit

Permalink
Cleanup superfluous docker-compose.yml declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopere authored Jul 25, 2022
1 parent 1c19062 commit fc0b697
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ version: '3'
services:
postgres:
image: postgres:14.2-alpine
container_name: postgres
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- 5432:5432
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck:
Expand All @@ -22,7 +19,6 @@ services:

traefik:
image: traefik:rocamadour
container_name: traefik
command:
- --providers.docker=true
- --providers.docker.exposedbydefault=false
Expand All @@ -37,7 +33,6 @@ services:
# build:
# context: .
# dockerfile: ./server/Dockerfile
container_name: server
environment:
- TZ=UTC
- PUBLIC_URL=http://localhost:3000
Expand Down Expand Up @@ -81,7 +76,6 @@ services:
# build:
# context: .
# dockerfile: ./client/Dockerfile
container_name: client
environment:
- TZ=UTC
- PUBLIC_URL=http://localhost:3000
Expand Down

0 comments on commit fc0b697

Please sign in to comment.