Remove unneeded labels and containers after moving to traefik
This commit is contained in:
parent
aa00c1d36e
commit
f469555599
12 changed files with 5 additions and 220 deletions
|
@ -1,5 +1,3 @@
|
|||
[services]
|
||||
|
||||
[services.freshrss]
|
||||
image = "linuxserver/freshrss"
|
||||
container_name = "freshrss"
|
||||
|
@ -10,20 +8,6 @@ volumes = [
|
|||
"/docker/freshrss/freshrss:/config",
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
]
|
||||
labels = [
|
||||
"traefik.enable=true",
|
||||
"traefik.docker.network=proxy",
|
||||
"traefik.http.routers.freshrss-redirect.entrypoints=http",
|
||||
"traefik.http.routers.freshrss-redirect.rule=Host(`rss.korhonen.cc`)",
|
||||
"traefik.http.routers.freshrss-redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.freshrss.entrypoints=https",
|
||||
"traefik.http.routers.freshrss.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.freshrss.rule=Host(`rss.korhonen.cc`)",
|
||||
"traefik.http.routers.freshrss.service=freshrss",
|
||||
"traefik.http.services.freshrss.loadbalancer.server.port=80",
|
||||
]
|
||||
|
||||
[networks]
|
||||
|
||||
[networks.freshrss]
|
||||
external = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue