auto commit

This commit is contained in:
bangdk 2024-11-19 07:22:17 +09:00
parent 6b43b6ebdf
commit 96843b2ae4

View File

@ -31,8 +31,6 @@ services:
- "postgres"
- "-c"
- "config_file=/etc/postgresql/postgresql.conf"
networks:
- fems-network
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
interval: 10s