mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Fixed certificate renewal bug
This commit is contained in:
4
roles/svc-prx-openresty/config/main.yml
Normal file
4
roles/svc-prx-openresty/config/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
docker:
|
||||
services:
|
||||
openresty:
|
||||
name: "openresty"
|
@@ -7,7 +7,7 @@ database_type: false
|
||||
# Openresty
|
||||
openresty_image: "openresty/openresty"
|
||||
openresty_version: "alpine"
|
||||
openresty_container: "openresty"
|
||||
openresty_container: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name', True) }}"
|
||||
|
||||
# Docker
|
||||
docker_compose_flush_handlers: true
|
Reference in New Issue
Block a user