We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca60d52 + c4583da commit 936f106Copy full SHA for 936f106
1 file changed
infra/metabase/docker-compose.yml
@@ -14,6 +14,9 @@ services:
14
- ./services/postgres/:/docker-entrypoint-initdb.d/
15
networks:
16
- metabase-net
17
+ ports:
18
+ - "5435:5432"
19
+
20
21
metabase:
22
container_name: metabase-${ENVIRONMENT}
@@ -22,7 +25,7 @@ services:
25
environment:
23
26
- ENV_MB_DB_TYPE=postgres
24
27
- ENV_MB_DB_DBNAME=${ENV_MB_DB_DBNAME}
- - ENV_MB_DB_PORT=${ENV_MB_DB_PORT}
28
+ - ENV_MB_DB_PORT=5435
29
- ENV_MB_DB_USER=${ENV_MB_DB_USER}
30
- ENV_MB_DB_PASS=${ENV_MB_DB_PASS}
31
- ENV_MB_DB_HOST=metabase-postgres-${ENVIRONMENT}
0 commit comments