# 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