Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Reich <[email protected]>
  • Loading branch information
n3rdc4ptn committed Jan 16, 2023
1 parent 3299113 commit 01bafd7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
frontend:
container_name: deskstar_frontend
# user: "${USER_ID}:${GROUP_ID}" # prevent root files in host system
build:
context: ./deskstar-frontend
ports:
Expand All @@ -10,13 +9,11 @@ services:
- BACKEND_URL
- NEXTAUTH_SECRET
- NEXTAUTH_URL
# - HOST=0.0.0.0
networks:
- external
- internal
backend:
container_name: deskstar_backend
# user: "${USER_ID}:${GROUP_ID}"
depends_on:
- "postgres"
build:
Expand Down Expand Up @@ -65,8 +62,6 @@ services:
- POSTGRES_USER
- POSTGRES_DB
- POSTGRES_PASSWORD
# volumes:
# - ./deskstar-db/dummy-data.sql:/docker-entrypoint-initdb.d/dummy-data.sql
ports:
- 5433:5432
networks:
Expand Down

0 comments on commit 01bafd7

Please sign in to comment.