mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor docker-compose.yml to add command for PostgreSQL service
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user