Update docker-compose.yml
removed watchtower label
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.ntfy.rule=Host(`ntfy.speerfam.net`)"
|
- "traefik.http.routers.ntfy.rule=Host(`ntfy.speerfam.net`)"
|
||||||
- "traefik.http.routers.ntfy.entrypoints=websecure"
|
- "traefik.http.routers.ntfy.entrypoints=websecure"
|
||||||
@@ -13,7 +12,6 @@ services:
|
|||||||
# Pulling the security rules dynamically from our file provider setup
|
# Pulling the security rules dynamically from our file provider setup
|
||||||
- "traefik.http.routers.ntfy.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
|
- "traefik.http.routers.ntfy.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
|
||||||
- "traefik.http.services.ntfy.loadbalancer.server.port=8085"
|
- "traefik.http.services.ntfy.loadbalancer.server.port=8085"
|
||||||
|
|
||||||
image: binwiederhier/ntfy
|
image: binwiederhier/ntfy
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user