return original docker-compose

This commit is contained in:
Klimentij Bulygin
2025-05-25 13:14:10 +02:00
parent cd78cb36a0
commit 12eec50e1c
+4 -2
View File
@@ -1,3 +1,5 @@
version: '3'
services: services:
redis: redis:
container_name: redis container_name: redis
@@ -26,8 +28,8 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:8080" - "8080:8080"
# volumes: volumes:
# - ./searxng:/etc/searxng:rw - ./searxng:/etc/searxng:rw
environment: environment:
- SEARXNG_BASE_URL=http://localhost:8080/ - SEARXNG_BASE_URL=http://localhost:8080/
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32) - SEARXNG_SECRET_KEY=$(openssl rand -hex 32)