mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 12:32:53 +00:00
Create Uptime Kuma directory in Deployer
This commit is contained in:
@@ -789,6 +789,14 @@
|
|||||||
- nginx
|
- nginx
|
||||||
- www
|
- 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"
|
- name: "Deployer - Uptime Kuma - Pull Image"
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: docker.io/louislam/uptime-kuma
|
name: docker.io/louislam/uptime-kuma
|
||||||
@@ -803,7 +811,7 @@
|
|||||||
recreate: on
|
recreate: on
|
||||||
network: host
|
network: host
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/data/uptime-kuma/:/app/data"
|
- "/root/data/uptime-kuma:/app/data"
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
env:
|
env:
|
||||||
HOST: 127.0.0.1
|
HOST: 127.0.0.1
|
||||||
|
Reference in New Issue
Block a user