mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
14 lines
493 B
YAML
14 lines
493 B
YAML
# General
|
|
application_id: "svc-prx-openresty"
|
|
|
|
# Deactivate Database for openresty
|
|
database_enabled: false
|
|
|
|
# Openresty
|
|
openresty_image: "openresty/openresty"
|
|
openresty_version: "alpine"
|
|
openresty_container: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name', True) }}"
|
|
|
|
# Docker
|
|
docker_compose_flush_handlers: true
|
|
docker_pull_git_repository: false # Deactivated here to don't inhire this |