Skip to content

Commit

Permalink
UPDATE: dashboard urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Jan 29, 2025
1 parent 8e867ee commit 101ceaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions swarm-compose.reverse-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ services:
- --metrics.prometheus.entryPoint=metrics
labels:
- traefik.enable=true
- traefik.http.routers.dashboard.rule=Host(`traefik.jarnowieman.nl`)
- traefik.http.routers.dashboard.rule=Host(`network.wiemanboy.com`)
- traefik.http.routers.dashboard.service=api@internal
- traefik.http.routers.dashboard.middlewares=auth
- traefik.http.routers.dashboard.entrypoints=websecure
- traefik.http.routers.dashboard.tls.certresolver=jarnowiemannl-resolver
- traefik.http.routers.dashboard.tls.certresolver=wiemanboycom-resolver
- traefik.http.middlewares.auth.basicauth.usersfile=/run/secrets/traefik_users
ports:
- "80:80"
Expand Down Expand Up @@ -111,9 +111,9 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=admin
labels:
- traefik.enable=true
- traefik.http.routers.grafana.rule=Host(`grafana.jarnowieman.nl`)
- traefik.http.routers.grafana.rule=Host(`dashboard.wiemanboy.com`)
- traefik.http.routers.grafana.entrypoints=websecure
- traefik.http.routers.grafana.tls.certresolver=jarnowiemannl-resolver
- traefik.http.routers.grafana.tls.certresolver=wiemanboycom-resolver
volumes:
- ./data/grafana/storage:/var/lib/grafana

Expand Down
4 changes: 2 additions & 2 deletions swarm-compose.wiemansite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ services:
MINIO_ROOT_PASSWORD_FILE: /run/secrets/blobstore_secret_key
labels:
- traefik.enable=true
- traefik.http.routers.blobstore.rule=Host(`minio.jarnowieman.nl`)
- traefik.http.routers.blobstore.rule=Host(`blob.db.wiemanboy.com`)
- traefik.http.services.blobstore.loadbalancer.server.port=9001
- traefik.http.routers.blobstore.entrypoints=websecure
- traefik.http.routers.blobstore.tls.certresolver=jarnowiemannl-resolver
- traefik.http.routers.blobstore.tls.certresolver=wiemanboycom-resolver
volumes:
- ./data/minio:/data
command: server /data --console-address ":9001"
Expand Down

0 comments on commit 101ceaa

Please sign in to comment.