mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 09:24:32 +02:00
13 lines
335 B
YAML
13 lines
335 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: "openresty"
|
|
|
|
# Docker
|
|
docker_compose_flush_handlers: true |