mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 00:47:29 +02:00
13 lines
415 B
YAML
13 lines
415 B
YAML
# General
|
|
application_id: "svc-prx-openresty"
|
|
|
|
# Deactivate Database for openresty
|
|
database_type: 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 |