up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user