mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
8 lines
253 B
YAML
8 lines
253 B
YAML
# General
|
|
application_id: "svc-prx-openresty"
|
|
|
|
# Openresty
|
|
OPENRESTY_IMAGE: "openresty/openresty"
|
|
OPENRESTY_VERSION: "alpine"
|
|
OPENRESTY_CONTAINER: "{{ applications | get_app_conf('svc-prx-openresty', 'docker.services.openresty.name') }}"
|