mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
17 lines
No EOL
476 B
YAML
17 lines
No EOL
476 B
YAML
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.homarr.entrypoints=http, https"
|
|
- "traefik.http.routers.homarr.rule=Host(`homarr.example.com`)"
|
|
- "traefik.http.routers.homarr.tls=true"
|
|
- "traefik.http.routers.homarr.tls.certresolver=production"
|
|
- "traefik.docker.network=traefik_traefik"
|
|
networks:
|
|
- traefik
|
|
- memos
|
|
|
|
networks:
|
|
homarr:
|
|
external: false
|
|
traefik:
|
|
name: traefik_traefik
|
|
external: true |