File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,22 @@ services:
7979 "
8080 depends_on :
8181 - minio
82- # postgres:
83- # image: postgres:17
84- # container_name: postgres
85- # command: ["postgres", "-c", "wal_level=logical"]
86- # ports:
87- # - 5432:5432
88- # networks:
89- # - factorhouse
90- # volumes:
91- # - ./resources/analytics/postgres:/docker-entrypoint-initdb.d
92- # environment:
93- # POSTGRES_DB: factorhouse
94- # POSTGRES_USER: db_user
95- # POSTGRES_PASSWORD: db_password
96- # PGUSER: db_user
97- # TZ: UTC # change if necessary eg) Australia/Melbourne
82+ postgres :
83+ image : postgres:17
84+ container_name : postgres
85+ command : ["postgres", "-c", "wal_level=logical"]
86+ ports :
87+ - 5432:5432
88+ networks :
89+ - factorhouse
90+ volumes :
91+ - ./resources/analytics/postgres:/docker-entrypoint-initdb.d
92+ environment :
93+ POSTGRES_DB : factorhouse
94+ POSTGRES_USER : db_user
95+ POSTGRES_PASSWORD : db_password
96+ PGUSER : db_user
97+ TZ : UTC # change if necessary eg) Australia/Melbourne
9898
9999networks :
100100 factorhouse :
You can’t perform that action at this time.
0 commit comments