minio manifest traefik service name changed

This commit is contained in:
emrekirman 2025-12-13 12:47:24 +00:00
parent 5ae6ffbf46
commit f4353cb822

View File

@ -27,11 +27,11 @@ services:
- node.labels.platform == prod
labels:
- traefik.enable=true
- traefik.http.routers.mypersonel.rule=Host(`bucket.emrekirman.xyz`)
- traefik.http.routers.mypersonel.entrypoints=websecure
- traefik.http.routers.mypersonel.tls.certresolver=myresolver
- traefik.http.services.mypersonel.loadbalancer.server.port=9000
- traefik.http.routers.mypersonel.service=mypersonel
- traefik.http.routers.mybucket.rule=Host(`bucket.emrekirman.xyz`)
- traefik.http.routers.mybucket.entrypoints=websecure
- traefik.http.routers.mybucket.tls.certresolver=myresolver
- traefik.http.services.mybucket.loadbalancer.server.port=9000
- traefik.http.routers.mybucket.service=mybucket
restart_policy:
condition: on-failure
delay: 5s