mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added watchtower and ollama
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user