update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s

This commit is contained in:
geezo 2025-04-22 01:54:53 +00:00
parent 0cf67d286a
commit ab6c2ff635
2 changed files with 9 additions and 8 deletions

View File

@ -16,6 +16,7 @@ services:
- yams_default
- immich_default
- perplexica_perplexica-network
- vaultwarden_default
extra_hosts:
- "pangolin.geezo.site:44.210.184.15"

View File

@ -167,12 +167,12 @@ services:
restart: unless-stopped
network_mode: bridge
# Watchtower is going to keep our instances updated
watchtower:
image: containrrr/watchtower
container_name: watchtower-yams
environment:
- WATCHTOWER_CLEANUP=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
# watchtower:
# image: containrrr/watchtower
# container_name: watchtower-yams
# environment:
# - WATCHTOWER_CLEANUP=true
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# restart: unless-stopped
networks: {}