Loading .env.default +0 −2 Original line number Diff line number Diff line SITE=localhost TZ=Europe/Paris ROOT_EMAIL=change@me.org arachni/docker-compose.arachni.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.arachni.rule=Host(`arachni.${SITE}`)' - 'traefik.http.routers.arachni.rule=Host(`arachni.${SITE:-localhost}`)' - 'traefik.http.services.arachni.loadbalancer.server.port=9292' - 'traefik.http.routers.arachni.middlewares=basic_auth@docker' bazarr/docker-compose.bazarr.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: environment: - PUID=1000 - PGID=1000 - 'TZ=${TZ}' - 'TZ=${TZ:-Europe/Paris}' volumes: - ./bazarr/config:/config - ./bazarr/movies:/movies Loading @@ -20,6 +20,6 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.bazarr.rule=Host(`bazarr.${SITE}`)' - 'traefik.http.routers.bazarr.rule=Host(`bazarr.${SITE:-localhost}`)' - 'traefik.http.services.bazarr.loadbalancer.server.port=8080' - 'traefik.http.routers.bazarr.middlewares=basic_auth@docker' bitwarden/docker-compose.bitwarden.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.bitwarden.rule=Host(`bitwarden.${SITE}`)' - 'traefik.http.routers.bitwarden.rule=Host(`bitwarden.${SITE:-localhost}`)' - 'traefik.http.services.bitwarden.loadbalancer.server.port=8080' codimd/docker-compose.codimd.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ services: retries: 5 labels: - 'traefik.enable=true' - 'traefik.http.routers.codimd.rule=Host(`codimd.${SITE}`)' - 'traefik.http.routers.codimd.rule=Host(`codimd.${SITE:-localhost}`)' - 'traefik.http.services.codimd.loadbalancer.server.port=3000' codimd-db: Loading Loading
.env.default +0 −2 Original line number Diff line number Diff line SITE=localhost TZ=Europe/Paris ROOT_EMAIL=change@me.org
arachni/docker-compose.arachni.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.arachni.rule=Host(`arachni.${SITE}`)' - 'traefik.http.routers.arachni.rule=Host(`arachni.${SITE:-localhost}`)' - 'traefik.http.services.arachni.loadbalancer.server.port=9292' - 'traefik.http.routers.arachni.middlewares=basic_auth@docker'
bazarr/docker-compose.bazarr.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: environment: - PUID=1000 - PGID=1000 - 'TZ=${TZ}' - 'TZ=${TZ:-Europe/Paris}' volumes: - ./bazarr/config:/config - ./bazarr/movies:/movies Loading @@ -20,6 +20,6 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.bazarr.rule=Host(`bazarr.${SITE}`)' - 'traefik.http.routers.bazarr.rule=Host(`bazarr.${SITE:-localhost}`)' - 'traefik.http.services.bazarr.loadbalancer.server.port=8080' - 'traefik.http.routers.bazarr.middlewares=basic_auth@docker'
bitwarden/docker-compose.bitwarden.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ services: restart: always labels: - 'traefik.enable=true' - 'traefik.http.routers.bitwarden.rule=Host(`bitwarden.${SITE}`)' - 'traefik.http.routers.bitwarden.rule=Host(`bitwarden.${SITE:-localhost}`)' - 'traefik.http.services.bitwarden.loadbalancer.server.port=8080'
codimd/docker-compose.codimd.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ services: retries: 5 labels: - 'traefik.enable=true' - 'traefik.http.routers.codimd.rule=Host(`codimd.${SITE}`)' - 'traefik.http.routers.codimd.rule=Host(`codimd.${SITE:-localhost}`)' - 'traefik.http.services.codimd.loadbalancer.server.port=3000' codimd-db: Loading