Updated traefik labels
This commit is contained in:
@@ -21,13 +21,11 @@ services:
|
||||
memory: 128M
|
||||
labels: # Local route
|
||||
- "traefik.enable=true"
|
||||
- "traefik.swarm.network=homelab"
|
||||
- "traefik.http.routers.adminer-local.rule=Host(`mine.home.frostlabs.me`)"
|
||||
- "traefik.http.routers.adminer-local.entrypoints=websecure"
|
||||
- "traefik.http.routers.adminer-local.tls=true"
|
||||
- "traefik.http.routers.adminer-local.service=adminer"
|
||||
# Service definition
|
||||
- "traefik.http.routers.adminer.rule=Host(`adminer.frostlabs.me`)"
|
||||
- "traefik.http.routers.adminer.entrypoints=websecure"
|
||||
- "traefik.http.routers.adminer.tls.certresolver=cloudflare"
|
||||
- "traefik.http.services.adminer.loadbalancer.server.port=8080"
|
||||
- "traefik.swarm.network=homelab"
|
||||
networks:
|
||||
homelab:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user