This commit is contained in:
+2
-2
@@ -6,6 +6,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- valkey-data:/data
|
- valkey-data:/data
|
||||||
|
networks:
|
||||||
|
- searxng-internal
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
cap_add:
|
cap_add:
|
||||||
@@ -17,8 +19,6 @@ services:
|
|||||||
image: docker.io/searxng/searxng:latest
|
image: docker.io/searxng/searxng:latest
|
||||||
container_name: searxng-core
|
container_name: searxng-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "8888:8080"
|
|
||||||
environment:
|
environment:
|
||||||
- SEARXNG_SECRET=${SEARXNG_SECRET}
|
- SEARXNG_SECRET=${SEARXNG_SECRET}
|
||||||
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL}
|
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL}
|
||||||
|
|||||||
Reference in New Issue
Block a user