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 698ce35 commit 27442b2Copy full SHA for 27442b2
docker-compose.local.yaml
@@ -55,19 +55,6 @@ services:
55
- "${MATCHING_DB_HOST_MGMT_PORT}:8001"
56
- "${MATCHING_DB_HOST_PORT}:6379"
57
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
71
72
volumes:
73
user-db-docker:
@@ -77,6 +64,4 @@ volumes:
77
collab-db-docker:
78
external: true
79
match-db-docker:
80
- external: true
81
- collab-db-docker:
82
+ external: true
0 commit comments