mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-14 23:47:00 +08:00
somthing was missing in nginx tasks
This commit is contained in:
committed by
GitHub
parent
166c4d6b5f
commit
5db728841b
@@ -27,3 +27,9 @@
|
|||||||
template:
|
template:
|
||||||
src: "nginx.conf"
|
src: "nginx.conf"
|
||||||
dest: /compose/volumes/nginx/nginx.conf
|
dest: /compose/volumes/nginx/nginx.conf
|
||||||
|
|
||||||
|
- name: Ensure uptime-kuma is up
|
||||||
|
docker_compose:
|
||||||
|
state: present
|
||||||
|
project_src: /compose/kuma
|
||||||
|
pull: no
|
||||||
|
Reference in New Issue
Block a user