renames a folder and added watchtower

This commit is contained in:
2023-03-20 23:29:16 -04:00
parent 1d736ecfd0
commit 6f3fe987b2
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -67,4 +67,12 @@ services:
networks:
- back-tier
- front-tier
restart: always
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_POLL_INTERVAL=3600 # 1 hour
restart: always