auto commit

This commit is contained in:
bangdk 2024-11-25 06:45:23 +09:00
parent bbe2d0a414
commit 4ef02303cc
2 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ services:
- fems_timescaledb:/var/lib/postgresql/data
- ./fems-timescaledb/postgresql.conf:/etc/postgresql/postgresql.conf:ro
- ./fems-timescaledb/pg_hba.conf:/etc/postgresql/pg_hba.conf:ro
- ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d
command: postgres -c config_file=/etc/postgresql/postgresql.conf
- ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d/:ro
command: ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s

Binary file not shown.