Skip to content

Commit d82aeeb

Browse files
committed
uncomment postgres
1 parent 73bef8a commit d82aeeb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

compose-analytics.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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

9999
networks:
100100
factorhouse:

0 commit comments

Comments
 (0)