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:
redis:
container_name: redis
@@ -26,8 +28,8 @@ services:
restart: unless-stopped
ports:
- "8080:8080"
# volumes:
# - ./searxng:/etc/searxng:rw
volumes:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=http://localhost:8080/
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32)