Replace Traefik with Caddy as proxy
This commit is contained in:
parent
fdd4b6faf1
commit
a3944d3867
10 changed files with 69 additions and 122 deletions
|
@ -10,10 +10,6 @@ services:
|
|||
environment:
|
||||
- INIT_ASSETS=1
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.homer.rule=Host(`dashboard.${DOMAIN}`)"
|
||||
- "traefik.http.routers.homer.entrypoints=web"
|
||||
- "traefik.http.services.homer.loadbalancer.server.port=8080"
|
||||
- "docker.group=dashboard"
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue