Refactor docker-compose.yml to add command for PostgreSQL service

This commit is contained in:
2024-05-28 17:03:15 +08:00
parent feff445ab3
commit b01df6af62
+1
View File
@@ -35,6 +35,7 @@ services:
PGDATA: "/var/lib/postgresql/data"
LANG: en_US.utf8
TZ: Asia/Singapore
command: ["postgres", "-c", "log_statement=all", "log_destination=stderr"]
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: