This commit is contained in:
poslop
2023-06-10 16:04:21 -05:00
parent 9c34550210
commit f860dba3e5

View File

@@ -6,6 +6,20 @@ networks:
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
environment:
- BASE_URL=https://searxng.mintyserver.net
volumes:
- /docker/store/searxng:/etc/searxng
# ports:
# - 8998:8080
networks: ["net"]
restart: unless-stopped
tgw:
image: atinoda/text-generation-webui:default # Specify variant as the :tag
container_name: tgw
@@ -141,7 +155,7 @@ services:
- TZ=America/Chicago
- URL=mintyserver.net
- VALIDATION=http
- SUBDOMAINS=git,nextcloud,jelly,st
- SUBDOMAINS=git,nextcloud,jelly,st,searxng
ports:
- 443:443
- 80:80