auto commit
This commit is contained in:
parent
bbe2d0a414
commit
4ef02303cc
@ -63,8 +63,8 @@ services:
|
|||||||
- fems_timescaledb:/var/lib/postgresql/data
|
- fems_timescaledb:/var/lib/postgresql/data
|
||||||
- ./fems-timescaledb/postgresql.conf:/etc/postgresql/postgresql.conf:ro
|
- ./fems-timescaledb/postgresql.conf:/etc/postgresql/postgresql.conf:ro
|
||||||
- ./fems-timescaledb/pg_hba.conf:/etc/postgresql/pg_hba.conf:ro
|
- ./fems-timescaledb/pg_hba.conf:/etc/postgresql/pg_hba.conf:ro
|
||||||
- ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d
|
- ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d/:ro
|
||||||
command: postgres -c config_file=/etc/postgresql/postgresql.conf
|
command: ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user