mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Optimized attendize role. Role can be removed as soon as pretix as alternative tool is implemented
This commit is contained in:
@@ -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') }}"
|
Reference in New Issue
Block a user