tangled
alpha
login
or
join now
atscan.net
/
plcbundle-go
1
fork
atom
[DEPRECATED] Go implementation of plcbundle
1
fork
atom
overview
issues
pulls
pipelines
watchtower example
tree.fail
4 months ago
f3ad3544
dc9688d4
+16
-2
1 changed file
expand all
collapse all
unified
split
docker-compose.yaml
+16
-2
docker-compose.yaml
···
1
1
+
networks:
2
2
+
plcbundle:
3
3
+
1
4
services:
2
5
plcbundle:
3
6
build: .
···
24
27
networks:
25
28
- plcbundle
26
29
27
27
-
networks:
28
28
-
plcbundle:
30
30
+
# watchtower for automatic updates
31
31
+
watchtower:
32
32
+
container_name: watchtower
33
33
+
image: containrrr/watchtower:latest
34
34
+
network_mode: host
35
35
+
volumes:
36
36
+
- type: bind
37
37
+
source: /var/run/docker.sock
38
38
+
target: /var/run/docker.sock
39
39
+
restart: unless-stopped
40
40
+
environment:
41
41
+
WATCHTOWER_CLEANUP: true
42
42
+
WATCHTOWER_SCHEDULE: "@midnight"
29
43
30
44
# Optional: Caddy reverse proxy
31
45
#