up
This commit is contained in:
@@ -6,6 +6,20 @@ networks:
|
|||||||
|
|
||||||
services:
|
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:
|
tgw:
|
||||||
image: atinoda/text-generation-webui:default # Specify variant as the :tag
|
image: atinoda/text-generation-webui:default # Specify variant as the :tag
|
||||||
container_name: tgw
|
container_name: tgw
|
||||||
@@ -141,7 +155,7 @@ services:
|
|||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- URL=mintyserver.net
|
- URL=mintyserver.net
|
||||||
- VALIDATION=http
|
- VALIDATION=http
|
||||||
- SUBDOMAINS=git,nextcloud,jelly,st
|
- SUBDOMAINS=git,nextcloud,jelly,st,searxng
|
||||||
ports:
|
ports:
|
||||||
- 443:443
|
- 443:443
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|||||||
Reference in New Issue
Block a user