dd
This commit is contained in:
parent
cd5bfd3153
commit
c8dd0bd46e
1 changed files with 4 additions and 0 deletions
|
@ -23,12 +23,14 @@ services:
|
|||
labels:
|
||||
traefik.enable: true
|
||||
# s3
|
||||
traefik.http.routers.app2.service: s3
|
||||
traefik.http.routers.minio-s3.rule: Host(`s3.mgrote.net`)
|
||||
traefik.http.routers.minio-s3.tls: true
|
||||
traefik.http.routers.minio-s3.tls.certresolver: resolver_letsencrypt
|
||||
traefik.http.routers.minio-s3.entrypoints: entry_https
|
||||
traefik.http.services.minio-s3.loadbalancer.server.port: 9000
|
||||
# WebUI
|
||||
traefik.http.routers.app2.service: ui
|
||||
traefik.http.routers.minio-ui.rule: Host(`s3.mgrote.net&&PathPrefix(`/ui`)`)
|
||||
traefik.http.routers.minio-ui.tls: true
|
||||
traefik.http.routers.minio-ui.tls.certresolver: resolver_letsencrypt
|
||||
|
@ -62,3 +64,5 @@ volumes:
|
|||
# policies in wiki mit reihenfolge
|
||||
# tarefi gitea 429?
|
||||
# gui auch uber traefik mit szubnet beschrankung
|
||||
# linter
|
||||
# todo später automatisieren
|
||||
|
|
Loading…
Reference in a new issue