diff --git a/docker-compose.wizarr.yml b/docker-compose.wizarr.yml index a8d732d..1c1a942 100644 --- a/docker-compose.wizarr.yml +++ b/docker-compose.wizarr.yml @@ -4,8 +4,6 @@ version: '3.5' networks: wizarr: - traefik: - external: true services: wizarr: @@ -20,26 +18,10 @@ services: - "5690:5690" networks: - wizarr - - traefik volumes: - "/docker/wizarr/database:/data/database" logging: driver: "gelf" options: gelf-address: "udp://192.168.1.250:12201" - labels: -# - "traefik.docker.network=traefik" - - "traefik.enable=false" -# - "traefik.backend=shaarli" -# - "traefik.passHostHeader=true" -# - 'traefik.frontend.rule=Host:bm.czechman.dynvpn.de;PathPrefixStrip: /' -# - "traefik.frontend.auth.basic.users=McSeeno:$$2y$$13$$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW" -# - "traefik.protocol=http" -# - "traefik.port=80" -# - "traefik.frontend.auth.forward.trustForwardHeader=true" -# - "traefik.frontend.auth.forward.tls.insecureSkipVerify=true" -# - "traefik.http.routers.shaarli.entypoint=web" -# - "traefik.http.routers.shaarli.rule=Host(`flix.czechman.dynvpn.de`)" -# - "traefik.http.routers.shaarli.entrypoints=websecure" -# - "traefik.http.routers.shaarli.tls.certresolver=myresolver"