initial
This commit is contained in:
21
searxng/docker-compose.yml
Normal file
21
searxng/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
searxng:
|
||||
image: searxng/searxng:latest
|
||||
container_name: searxng
|
||||
volumes:
|
||||
- ./data/searxng:/etc/searxng:rw
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.searxng.rule=Host(`searxng.gandalf.dfas4.de`)"
|
||||
- "traefik.http.routers.searxng.entrypoints=websecure"
|
||||
- "traefik.http.routers.searxng.tls=true"
|
||||
- "traefik.http.routers.searxng.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.searxng.loadbalancer.server.port=8080"
|
||||
- "traefik.http.routers.searxng.tls.domains[0].main=gandalf.dfas4.de"
|
||||
- "traefik.http.routers.searxng.tls.domains[0].sans=*.gandalf.dfas4.de"
|
||||
networks:
|
||||
proxy:
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user