We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0042cc9 commit 60ed9d1Copy full SHA for 60ed9d1
1 file changed
docker-compose.yaml
@@ -63,6 +63,16 @@ services:
63
tty: true
64
networks:
65
- local_code_network
66
+ labels:
67
+ - com.centurylinklabs.watchtower.enable=true
68
+
69
+ watchtower:
70
+ image: containrrr/watchtower:latest
71
+ container_name: watchtower
72
+ restart: unless-stopped
73
+ volumes:
74
+ - /var/run/docker.sock:/var/run/docker.sock
75
+ command: --label-enable --cleanup --interval 300
76
77
volumes:
78
ollama_data:
0 commit comments