search
This commit is contained in:
@@ -248,6 +248,19 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- USERNAME=alex
|
- USERNAME=alex
|
||||||
- PASSWORD=alex
|
- PASSWORD=alex
|
||||||
|
|
||||||
|
|
||||||
|
searxng:
|
||||||
|
image: docker.io/searxng/searxng:latest
|
||||||
|
container_name: searxng
|
||||||
|
ports:
|
||||||
|
- "4444:8080"
|
||||||
|
volumes:
|
||||||
|
- /data/searxng:/etc/searxng
|
||||||
|
- /data/searxng-data:/var/cache/searxng
|
||||||
|
environment:
|
||||||
|
- SEARXNG_BASE_URL=http://server.alexmickelson.guru:4444/
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
name: proxy
|
name: proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user