- "traefik.enable=true"
- "traefik.http.routers.homeassistant.entrypoints=http"
- "traefik.http.routers.homeassistant.rule=Host(`home.giorgioravera.it`)"
+ - "traefik.http.routers.homeassistant.service=homeassistant"
#- "traefik.http.middlewares.homeassistant-https-redirect.redirectscheme.scheme=https"
#- "traefik.http.routers.homeassistant.middlewares=homeassistant-https-redirect"
- "traefik.http.routers.homeassistant-secure.entrypoints=https"
restart: always
#ports:
# - 9000:9000
- # - 8000:8000
environment:
- TZ=${DOCKER_TZ}
volumes:
- "traefik.enable=true"
- "traefik.http.routers.portainer.entrypoints=http"
- "traefik.http.routers.portainer.rule=Host(`docker.giorgioravera.it`)"
+ - "traefik.http.routers.portainer.service=portainer"
#- "traefik.http.middlewares.portainer-https-redirect.redirectscheme.scheme=https"
#- "traefik.http.routers.portainer.middlewares=portainer-https-redirect"
- "traefik.http.routers.portainer-secure.entrypoints=https"
- "traefik.enable=true"
- "traefik.http.routers.pydio.entrypoints=http"
- "traefik.http.routers.pydio.rule=Host(`cloud.giorgioravera.it`)"
+ - "traefik.http.routers.pydio.service=pydio"
#- "traefik.http.middlewares.pydio-https-redirect.redirectscheme.scheme=https"
#- "traefik.http.routers.pydio.middlewares=pydio-https-redirect"
- "traefik.http.routers.pydio-secure.entrypoints=https"
- "traefik.enable=true"
- "traefik.http.routers.xoa.entrypoints=http"
- "traefik.http.routers.xoa.rule=Host(`xoa.giorgioravera.it`)"
+ - "traefik.http.routers.xoa.service=xoa"
#- "traefik.http.middlewares.xoa-https-redirect.redirectscheme.scheme=https"
#- "traefik.http.routers.xoa.middlewares=xoa-https-redirect"
- "traefik.http.routers.xoa-secure.entrypoints=https"