added watchtower and ollama

This commit is contained in:
2024-07-19 11:24:57 -07:00
parent da2e91b925
commit 74dca8091c
4 changed files with 85 additions and 5 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
version: "3"
# https://containrrr.dev/watchtower/
# Untested
services:
watchtower:
image: containrrr/watchtower
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:latest}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "/var/run/docker.sock:/var/run/docker.sock"
- "/etc/localtime:/etc/localtime:ro"