working with secrets
This commit is contained in:
12
compose.yml
12
compose.yml
@ -103,12 +103,12 @@ services:
|
||||
- backend
|
||||
environment:
|
||||
<<: [*common-env, *postgres-env, *yprovider-env]
|
||||
# healthcheck:
|
||||
# test: ["CMD", "python", "manage.py", "check"]
|
||||
# interval: 15s
|
||||
# timeout: 30s
|
||||
# retries: 20
|
||||
# start_period: 10s
|
||||
healthcheck:
|
||||
test: ["CMD", "/abra-entrypoint.sh", "python", "manage.py", "check"]
|
||||
interval: 15s
|
||||
timeout: 30s
|
||||
retries: 20
|
||||
start_period: 10s
|
||||
command: ["gunicorn", "-c", "/usr/local/etc/gunicorn/impress.py", "impress.wsgi:application"]
|
||||
entrypoint: ["/abra-entrypoint.sh", "/usr/local/bin/entrypoint"]
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user