Optimized attendize role. Role can be removed as soon as pretix as alternative tool is implemented

This commit is contained in:
2025-08-27 12:27:55 +02:00
parent 19889a8cfc
commit 5446a1497e
7 changed files with 99 additions and 16 deletions

View File

@@ -1,4 +1,14 @@
---
# General
application_id: "web-app-attendize"
# Database
database_type: "mariadb"
docker_repository_address: "https://github.com/Attendize/Attendize.git"
# Docker
docker_repository_address: "https://github.com/Attendize/Attendize.git"
# Attendize
ATTENDIZE_WEB_IMAGE: "{{ applications | get_app_conf(application_id, 'docker.services.web.image') }}"
ATTENDIZE_WEB_VERSION: "{{ applications | get_app_conf(application_id, 'docker.services.web.version') }}"
ATTENDIZE_WORKER_IMAGE: "{{ applications | get_app_conf(application_id, 'docker.services.worker.image') }}"
ATTENDIZE_WORKER_VERSION: "{{ applications | get_app_conf(application_id, 'docker.services.worker.version') }}"