2025.04.10
This commit is contained in:
29
Docker/searxng/docker-compose.yaml
Normal file
29
Docker/searxng/docker-compose.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
searxng:
|
||||
image: searxng/searxng:latest
|
||||
container_name: searxng
|
||||
restart: always
|
||||
networks:
|
||||
- searxng
|
||||
ports:
|
||||
- 0.0.0.0:8086:8080
|
||||
volumes:
|
||||
- ./searxng:/etc/searxng:rw
|
||||
environment:
|
||||
#- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
|
||||
- SEARXNG_BASE_URL=https://searxng.vmnetz.lan64.de/
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
- SETUID
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 1m
|
||||
max-file: "1"
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
Reference in New Issue
Block a user