Skip to content

Commit 375b3c8

Browse files
committed
PEER-255 Remove main config port exposal for security
Signed-off-by: SeeuSim <[email protected]>
1 parent 79af6c2 commit 375b3c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ services:
1313
- ./backend/user/.env.local
1414
volumes:
1515
- "user-db-docker:${USER_PGDATA}"
16-
ports:
17-
- "${USER_EXPRESS_DB_PORT}:5432"
1816
restart: unless-stopped
1917
networks:
2018
- user-db-network
@@ -29,8 +27,6 @@ services:
2927
- ./backend/collaboration/.env.local
3028
volumes:
3129
- "collab-db-docker:/${COLLAB_PGDATA}"
32-
ports:
33-
- "${COLLAB_EXPRESS_DB_PORT}:5432"
3430
restart: unless-stopped
3531
networks:
3632
- collab-db-network
@@ -45,8 +41,6 @@ services:
4541
- ./backend/question/.env.local
4642
volumes:
4743
- "question-db-docker:${QUESTION_PGDATA}"
48-
ports:
49-
- "${QUESTION_EXPRESS_DB_PORT}:5432"
5044
restart: unless-stopped
5145
networks:
5246
- question-db-network

0 commit comments

Comments
 (0)