mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 18:51:09 +02:00
9 lines
250 B
YAML
9 lines
250 B
YAML
application_id: "svc-prx-openresty"
|
|
|
|
# Openresty
|
|
openresty_image: "openresty/openresty"
|
|
openresty_version: "alpine"
|
|
openresty_container: "openresty"
|
|
|
|
# Docker
|
|
docker_compose_flush_handlers: true |