mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-24 06:38:36 -04:00
Switch to maintained Watchtower fork
This commit is contained in:
@@ -1,17 +1,16 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
watchtower: # https://github.com/containrrr/watchtower
|
watchtower: # https://github.com/Foxite/nicholas-fedor-watchtower
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: containrrr/watchtower
|
image: nickfedor/watchtower
|
||||||
environment:
|
environment:
|
||||||
WATCHTOWER_CLEANUP: "true"
|
WATCHTOWER_CLEANUP: "true"
|
||||||
WATCHTOWER_POLL_INTERVAL: 7200
|
WATCHTOWER_POLL_INTERVAL: 7200
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# OUTDATED: https://github.com/containrrr/watchtower/issues/2067
|
# Note: Original Watchtower unmaintained (https://github.com/containrrr/watchtower/issues/2067), this is a fork
|
||||||
# POSSIBLE ALTERNATIVE: https://github.com/mag37/dockcheck
|
|
||||||
|
|
||||||
frpc: # https://github.com/fatedier/frp
|
frpc: # https://github.com/fatedier/frp
|
||||||
image: fatedier/frpc:v0.65.0
|
image: fatedier/frpc:v0.65.0
|
||||||
|
|||||||
Reference in New Issue
Block a user