We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79af6c2 commit 375b3c8Copy full SHA for 375b3c8
docker-compose.yaml
@@ -13,8 +13,6 @@ services:
13
- ./backend/user/.env.local
14
volumes:
15
- "user-db-docker:${USER_PGDATA}"
16
- ports:
17
- - "${USER_EXPRESS_DB_PORT}:5432"
18
restart: unless-stopped
19
networks:
20
- user-db-network
@@ -29,8 +27,6 @@ services:
29
27
- ./backend/collaboration/.env.local
30
28
31
- "collab-db-docker:/${COLLAB_PGDATA}"
32
33
- - "${COLLAB_EXPRESS_DB_PORT}:5432"
34
35
36
- collab-db-network
@@ -45,8 +41,6 @@ services:
45
41
- ./backend/question/.env.local
46
42
47
43
- "question-db-docker:${QUESTION_PGDATA}"
48
49
- - "${QUESTION_EXPRESS_DB_PORT}:5432"
50
44
51
52
- question-db-network
0 commit comments