first commit from PC

This commit is contained in:
2025-07-20 13:28:12 +10:00
parent a2971879f0
commit a27c86ffe9
42 changed files with 1551 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.9"
services:
searxng:
deploy:
replicas: 3
restart: always
image: searxng/searxng
volumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
ports:
- 8080:8080