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
|
@ -10,18 +10,6 @@ volumes = [
|
|||
environment = ["SEARXNG_BASE_URL=https://search.korhonen.cc/"]
|
||||
cap_drop = ["ALL"]
|
||||
cap_add = ["CHOWN", "SETGID", "SETUID", "DAC_OVERRIDE"]
|
||||
labels = [
|
||||
"traefik.enable=true",
|
||||
"traefik.docker.network=proxy",
|
||||
"traefik.http.routers.searx-redirect.entrypoints=http",
|
||||
"traefik.http.routers.searx-redirect.rule=Host(`search.korhonen.cc`)",
|
||||
"traefik.http.routers.searx-redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.searx.entrypoints=https",
|
||||
"traefik.http.routers.searx.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.searx.rule=Host(`search.korhonen.cc`)",
|
||||
"traefik.http.routers.searx.service=searx",
|
||||
"traefik.http.services.searx.loadbalancer.server.port=8080",
|
||||
]
|
||||
|
||||
[services.searx.logging]
|
||||
driver = "json-file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue