Added health check and restart policy to openresty

This commit is contained in:
2025-08-15 17:59:09 +02:00
parent 3587531bda
commit 6c966bce2e
6 changed files with 14 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
restart: {{ DOCKER_RESTART_POLICY }}
{% if application_id | has_env %}
env_file:
- "{{docker_compose.files.env}}"
- "{{ docker_compose.files.env }}"
{% endif %}
logging:
driver: journald