Skip to content

Commit 27442b2

Browse files
committed
resolve conflict
1 parent 698ce35 commit 27442b2

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docker-compose.local.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,6 @@ services:
5555
- "${MATCHING_DB_HOST_MGMT_PORT}:8001"
5656
- "${MATCHING_DB_HOST_PORT}:6379"
5757
restart: unless-stopped
58-
59-
collab-db:
60-
hostname: "collab-db"
61-
image: postgres:16.4
62-
container_name: "collab-db"
63-
env_file:
64-
- ./backend/collaboration/.env.local
65-
volumes:
66-
- "collab-db-docker:${COLLAB_PGDATA}"
67-
# - ./init.sql:/docker-entrypoint-initdb.d/init.sql
68-
ports:
69-
- "${COLLAB_EXPRESS_DB_PORT}:5432"
70-
restart: unless-stopped
7158

7259
volumes:
7360
user-db-docker:
@@ -77,6 +64,4 @@ volumes:
7764
collab-db-docker:
7865
external: true
7966
match-db-docker:
80-
external: true
81-
collab-db-docker:
82-
external: true
67+
external: true

0 commit comments

Comments
 (0)