Fix ymlfmt for geonetwork
This commit is contained in:
parent
f4ef535dc5
commit
18bab64e24
|
|
@ -71,8 +71,7 @@ services:
|
||||||
POSTGRES_USER: geonetwork
|
POSTGRES_USER: geonetwork
|
||||||
POSTGRES_PASSWORD: geonetwork
|
POSTGRES_PASSWORD: geonetwork
|
||||||
POSTGRES_DB: geonetwork
|
POSTGRES_DB: geonetwork
|
||||||
command: [postgres, -c, log_statement=all, -c, logging_collector=true, -c, log_file_mode=0644,
|
command: [postgres, -c, log_statement=all, -c, logging_collector=true, -c, log_file_mode=0644, -c, log_directory=/var/log/postgresql, -c, log_filename=postgresql.log]
|
||||||
-c, log_directory=/var/log/postgresql, -c, log_filename=postgresql.log]
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [CMD-SHELL, pg_isready -U postgres]
|
test: [CMD-SHELL, pg_isready -U postgres]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue