Traefik define routing networks

This commit is contained in:
2024-01-22 18:56:17 +01:00
parent 437ba4f04c
commit 68307a9f52
23 changed files with 35 additions and 4 deletions

View File

@ -15,6 +15,7 @@ services:
- ./limiter.toml:/etc/searxng/limiter.toml:ro,z
labels:
- "traefik.enable=true"
- "traefik.docker.network=${COMPOSE_PROJECT_NAME}_default"
- "traefik.http.routers.searxng.rule=Host(`search.tobiasmanske.de`)"
- "traefik.http.routers.searxng.entryPoints=websecure"
- "traefik.http.services.searxng.loadbalancer.server.port=8080"