Update traefik labels

This commit is contained in:
2025-07-24 19:32:18 +05:30
parent 89235ea686
commit c774e3197d
8 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.minio.rule=Host(`${TRAEFIK_DOMAIN_MINIO}`)
- traefik.http.routers.minio.entrypoints=websecure
- traefik.http.routers.minio.entrypoints=websecure-external
- traefik.http.services.minio.loadbalancer.server.port=9000
environment:
- MINIO_ROOT_USER=${MINIO_ROOT_USER}