mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
8 lines
307 B
YAML
8 lines
307 B
YAML
application_id: "web-app-roulette-wheel"
|
|
entity_name: "{{ application_id | get_entity_name }}"
|
|
|
|
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" |