mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
11 lines
366 B
YAML
11 lines
366 B
YAML
# General
|
|
application_id: "svc-prx-openresty"
|
|
|
|
# Deactivate Database for openresty
|
|
database_type: ""
|
|
|
|
# Openresty
|
|
openresty_image: "openresty/openresty"
|
|
openresty_version: "alpine"
|
|
openresty_container: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name', True) }}"
|