Add base url to new containers
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s

This commit is contained in:
2026-04-07 12:57:16 +01:00
parent 8a6e34dd69
commit a967a249c2
7 changed files with 30 additions and 7 deletions

View File

@@ -146,7 +146,9 @@ services:
- uptime_kuma_data:/app/data
searxng:
image: searxng/searxng:latest
build:
context: ./searxng
dockerfile: Dockerfile
container_name: "${SEARXNG_HOST}"
restart: unless-stopped
networks:
@@ -154,6 +156,7 @@ services:
environment:
- BASE_URL=https://www.${DOMAIN}/searxng/
- INSTANCE_NAME=searxng
- SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY}
volumes:
- searxng_data:/etc/searxng