Compare commits
3 Commits
96cd336cf3
...
08d2f2a248
| Author | SHA1 | Date | |
|---|---|---|---|
| 08d2f2a248 | |||
|
|
c97a3fbf6e | ||
|
|
bebe98acf0 |
5
Crescentec-network.excalidraw.svg
Normal file
5
Crescentec-network.excalidraw.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 MiB |
@@ -0,0 +1,3 @@
|
||||
## Home network:
|
||||
|
||||

|
||||
@@ -17,7 +17,6 @@ include:
|
||||
|
||||
- path:
|
||||
- ${INFRA_PATH}/authelia/authelia.yml
|
||||
# - ${INFRA_PATH}/crowdsec/crowdsec.yml
|
||||
- ${INFRA_PATH}/homepage/homepage.yml
|
||||
- ${INFRA_PATH}/ntfy/ntfy.yml
|
||||
- ${INFRA_PATH}/speedtest/speedtest.yml
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
services:
|
||||
watchtower:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: containrrr/watchtower:latest
|
||||
container_name: watchtower
|
||||
environment:
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_POLL_INTERVAL=43200 # 12h
|
||||
- WATCHTOWER_INCLUDE_RESTARTING=true
|
||||
- WATCHTOWER_LABEL_ENABLE=true
|
||||
- WATCHTOWER_HTTP_API_METRICS=true
|
||||
- WATCHTOWER_HTTP_API_TOKEN=mytoken
|
||||
- WATCHTOWER_HTTP_API_UPDATE=true
|
||||
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true
|
||||
ports:
|
||||
- 7999:8080
|
||||
networks:
|
||||
- ip4net
|
||||
volumes:
|
||||
# - ${INFRA_PATH}/watchtower/config:/config.json
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
# Watchtower
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
Reference in New Issue
Block a user