update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
This commit is contained in:
parent
0cf67d286a
commit
ab6c2ff635
@ -16,6 +16,7 @@ services:
|
|||||||
- yams_default
|
- yams_default
|
||||||
- immich_default
|
- immich_default
|
||||||
- perplexica_perplexica-network
|
- perplexica_perplexica-network
|
||||||
|
- vaultwarden_default
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "pangolin.geezo.site:44.210.184.15"
|
- "pangolin.geezo.site:44.210.184.15"
|
||||||
|
|
||||||
|
|||||||
@ -167,12 +167,12 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
# Watchtower is going to keep our instances updated
|
# Watchtower is going to keep our instances updated
|
||||||
watchtower:
|
# watchtower:
|
||||||
image: containrrr/watchtower
|
# image: containrrr/watchtower
|
||||||
container_name: watchtower-yams
|
# container_name: watchtower-yams
|
||||||
environment:
|
# environment:
|
||||||
- WATCHTOWER_CLEANUP=true
|
# - WATCHTOWER_CLEANUP=true
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks: {}
|
networks: {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user