seauxng
This commit is contained in:
22
compose/searxng/docker-compose.yml
Normal file
22
compose/searxng/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
searxng:
|
||||
image: searxng/searxng:latest
|
||||
container_name: searxng
|
||||
|
||||
volumes:
|
||||
- /srv/docker/daten/searxng:/etc/searxng
|
||||
|
||||
environment:
|
||||
- BASE_URL=https://search.seanluc.de
|
||||
- INSTANCE_NAME=private-searxng
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- monitoring
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
external: true
|
||||
Reference in New Issue
Block a user