Use external DNS for uptime-kuma
Some checks failed
/ terraform (push) Failing after 38s
/ ansible (push) Successful in 2m17s

Keep the AGH logs cleaner
This commit is contained in:
Jake Howard 2024-04-29 18:42:17 +01:00
parent 2a799d6b03
commit c93c7b5c16
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -7,6 +7,9 @@ services:
- TZ={{ timezone }} - TZ={{ timezone }}
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}
dns:
- 9.9.9.9
- 149.112.112.112
ports: ports:
- "{{ pve_hosts.forrest.ip }}:3001:3001" - "{{ pve_hosts.forrest.ip }}:3001:3001"
volumes: volumes: