Docker: use default networks from compose

This commit is contained in:
Marko Korhonen 2025-06-09 23:18:30 -05:00
parent fe591b0db4
commit 946e2dae73
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 13 additions and 22 deletions

View file

@ -6,7 +6,7 @@ services:
image: searxng/searxng
restart: unless-stopped
networks:
- searx
- default
- proxy
volumes:
- config:/etc/searxng
@ -29,7 +29,7 @@ services:
image: redis:alpine
command: redis-server --save "" --appendonly "no"
networks:
- searx
- default
tmpfs:
- /var/lib/redis
cap_drop:
@ -39,8 +39,5 @@ services:
- SETUID
- DAC_OVERRIDE
networks:
searx:
ipam:
driver: default
proxy:
external: true