working with secrets

This commit is contained in:
2025-11-04 14:20:01 -05:00
parent 8bda1893f3
commit 761320788b
3 changed files with 7 additions and 13 deletions

View File

@ -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: