removed watchtower
This commit is contained in:
@@ -2,20 +2,14 @@ services:
|
||||
searxng:
|
||||
image: searxng/searxng:latest
|
||||
container_name: searxng
|
||||
environment:
|
||||
environment:
|
||||
- BASE_URL=https://searxng.archfox.org
|
||||
volumes:
|
||||
- searxng:/etc/searxng
|
||||
- ${Volumes}/searxng:/etc/searxng
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
searxng:
|
||||
name: searxng
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user