neu eingerückt

This commit is contained in:
Czechman 2022-11-27 03:55:19 +01:00
parent 1a8cf0137b
commit a7a4efedaf
1 changed files with 6 additions and 6 deletions

View File

@ -115,11 +115,11 @@ services:
- "/docker/photoprism/data/storage:/photoprism/storage" - "/docker/photoprism/data/storage:/photoprism/storage"
labels: labels:
- "traefik.docker.network=traefik" - "traefik.docker.network=traefik"
# - "traefik.enable=true" # - "traefik.enable=true"
# - "traefik.backend=photoprism" # - "traefik.backend=photoprism"
# - "traefik.passHostHeader=true" # - "traefik.passHostHeader=true"
# - 'traefik.frontend.rule=Host:pm.czechman.dynvpn.de;PathPrefixStrip: /' # - 'traefik.frontend.rule=Host:pm.czechman.dynvpn.de;PathPrefixStrip: /'
# - "traefik.frontend.auth.basic.users=McSeeno:$$2y$$13$$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW" # - "traefik.frontend.auth.basic.users=McSeeno:$$2y$$13$$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"
# - "traefik.frontend.auth.basic.users=McSeeno:$$2y$$13$$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW,gast:$$apr1$$cGUjveuw$$jbRcmTDOfAsqcc9FfsNvG0" # - "traefik.frontend.auth.basic.users=McSeeno:$$2y$$13$$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW,gast:$$apr1$$cGUjveuw$$jbRcmTDOfAsqcc9FfsNvG0"
# - "traefik.protocol=http" # - "traefik.protocol=http"
# - "traefik.port=2342" # - "traefik.port=2342"
@ -131,7 +131,7 @@ services:
- "traefik.http.routers.photoprism.tls=true" - "traefik.http.routers.photoprism.tls=true"
- "traefik.http.routers.photoprism.tls.certresolver=myresolver" - "traefik.http.routers.photoprism.tls.certresolver=myresolver"
- "traefik.http.services.photoprism.loadbalancer.server.port=2342" - "traefik.http.services.photoprism.loadbalancer.server.port=2342"
# - "traefik.http.services." # - "traefik.http.services."
mariadb: mariadb:
restart: unless-stopped restart: unless-stopped