1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-24 08:26:46 +00:00
bramw_baserow/deploy/all-in-one/supervisor/includes/disabled/embedded-postgres.conf
Nigel Gott 13bb140618 Add all-in-one image used as a base by cloudron/heroku.
Signed-off-by: Nigel Gott <nigel@baserow.io>
2022-02-28 13:56:55 +00:00

13 lines
409 B
Plaintext

[program:postgresql]
user=postgres
command=/baserow/supervisor/wrapper.sh PURPLE POSTGRES /usr/lib/postgresql/%(ENV_POSTGRES_VERSION)s/bin/postgres -c config_file=%(ENV_POSTGRES_LOCATION)s/postgresql.conf %(ENV_EXTRA_POSTGRES_ARGS)s
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0
autostart=true
priority=0
startretries=3
startsecs=30
stopwaitsecs=20