2025.04.10
This commit is contained in:
18
Docker/watchtower/docker-compose.yaml
Normal file
18
Docker/watchtower/docker-compose.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower:latest
|
||||
container_name: watchtower
|
||||
environment:
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_LABEL_ENABLE=true
|
||||
- WATCHTOWER_INCLUDE_RESTARTING=true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
ports:
|
||||
- 8083:8080
|
||||
restart: always
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
Reference in New Issue
Block a user