mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 16:09:29 +00:00
12 lines
348 B
YAML
12 lines
348 B
YAML
application_id: "web-app-roulette-wheel"
|
|
entity_name: "{{ application_id | get_entity_name }}"
|
|
|
|
features:
|
|
css: true
|
|
matomo: true
|
|
|
|
docker_repository_address: "https://github.com/kevinveenbirkenbach/roulette-wheel.git"
|
|
docker_pull_git_repository: true
|
|
docker_repository_branch: "master"
|
|
|
|
ROULETTE_WHEEL_APP_REL: "services/repository" |