mount docker socket to uptime-kuma
All checks were successful
Deploy Containers / Prepare (push) Successful in 22s

This commit is contained in:
2025-10-09 14:43:42 -04:00
parent 43af41dd21
commit cee5c13c9b

View File

@@ -22,6 +22,7 @@
- name: homelab
volumes:
- "{{ data_dir }}/uptime-kuma:/app/data"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
labels:
traefik.enable: "true"
traefik.http.routers.status.rule: Host(`status.fntz.net`)