Create Uptime Kuma directory in Deployer

This commit is contained in:
Christer Warén
2025-09-12 16:04:39 +03:00
parent c287d18d31
commit a345c20097

View File

@@ -789,6 +789,14 @@
- nginx
- www
- name: "Deployer - Uptime Kuma - Files - Create Folder"
ansible.builtin.file:
path: "/root/data/uptime-kuma/"
state: directory
tags:
- uptime-kuma
- status
- name: "Deployer - Uptime Kuma - Pull Image"
containers.podman.podman_image:
name: docker.io/louislam/uptime-kuma
@@ -803,7 +811,7 @@
recreate: on
network: host
volumes:
- "/root/data/uptime-kuma/:/app/data"
- "/root/data/uptime-kuma:/app/data"
restart_policy: always
env:
HOST: 127.0.0.1