Implemented config image for pretix

This commit is contained in:
2025-09-01 16:20:04 +02:00
parent 9f734dff17
commit b834f0c95c
3 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- "127.0.0.1:{{ ports.localhost.http[application_id] }}:{{ container_port }}"
volumes:
- 'data:/data'
- 'config:/etc/pretix'
{% include 'roles/docker-container/templates/healthcheck/curl.yml.j2' %}
{% include 'roles/docker-container/templates/base.yml.j2' %}
{% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %}
@@ -19,5 +20,7 @@
{% include 'roles/docker-compose/templates/volumes.yml.j2' %}
data:
name: {{ PRETIX_DATA_VOLUME }}
config:
name: {{ PRETIX_CONFIG_VOLUME }}
{% include 'roles/docker-compose/templates/networks.yml.j2' %}