up
This commit is contained in:
@@ -20,37 +20,37 @@ services:
|
||||
|
||||
|
||||
|
||||
tgw:
|
||||
image: atinoda/text-generation-webui:default # Specify variant as the :tag
|
||||
container_name: tgw
|
||||
environment:
|
||||
- EXTRA_LAUNCH_ARGS="--model Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin --listen --verbose --cpu --cpu-memory 10 --chat --threads 14 --api" # Custom launch args (e.g., --model MODEL_NAME)
|
||||
ports:
|
||||
- 7860:7860 # Default web port
|
||||
- 5000:5000 # Default API port
|
||||
# - 5005:5005 # Default streaming port
|
||||
# - 5001:5001 # Default OpenAI API extension port
|
||||
volumes:
|
||||
- /docker/store/tgw/config/loras:/app/loras
|
||||
- /docker/store/tgw/config/models:/app/models
|
||||
- /docker/store/tgw/config/presets:/app/presets
|
||||
- /docker/store/tgw/config/prompts:/app/prompts
|
||||
- /docker/store/tgw/config/softprompts:/app/softprompts
|
||||
- /docker/store/tgw/config/training:/app/training
|
||||
networks: ["net"]
|
||||
|
||||
|
||||
sillytavern:
|
||||
container_name: sillytavern
|
||||
hostname: sillytavern
|
||||
image: sillytavern:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- /docker/store/sillytavern/config:/home/node/app/config
|
||||
- /docker/store/sillytavern/config.conf:/home/node/app/config.conf
|
||||
restart: unless-stopped
|
||||
networks: ["net"]
|
||||
# tgw:
|
||||
# image: atinoda/text-generation-webui:default # Specify variant as the :tag
|
||||
# container_name: tgw
|
||||
# environment:
|
||||
# - EXTRA_LAUNCH_ARGS="--model Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin --listen --verbose --cpu --cpu-memory 10 --chat --threads 14 --api" # Custom launch args (e.g., --model MODEL_NAME)
|
||||
# ports:
|
||||
# - 7860:7860 # Default web port
|
||||
# - 5000:5000 # Default API port
|
||||
## - 5005:5005 # Default streaming port
|
||||
## - 5001:5001 # Default OpenAI API extension port
|
||||
# volumes:
|
||||
# - /docker/store/tgw/config/loras:/app/loras
|
||||
# - /docker/store/tgw/config/models:/app/models
|
||||
# - /docker/store/tgw/config/presets:/app/presets
|
||||
# - /docker/store/tgw/config/prompts:/app/prompts
|
||||
# - /docker/store/tgw/config/softprompts:/app/softprompts
|
||||
# - /docker/store/tgw/config/training:/app/training
|
||||
# networks: ["net"]
|
||||
#
|
||||
#
|
||||
# sillytavern:
|
||||
# container_name: sillytavern
|
||||
# hostname: sillytavern
|
||||
# image: sillytavern:latest
|
||||
# ports:
|
||||
# - "8000:8000"
|
||||
# volumes:
|
||||
# - /docker/store/sillytavern/config:/home/node/app/config
|
||||
# - /docker/store/sillytavern/config.conf:/home/node/app/config.conf
|
||||
# restart: unless-stopped
|
||||
# networks: ["net"]
|
||||
|
||||
puffer:
|
||||
image: pufferpanel/pufferpanel:latest
|
||||
@@ -187,6 +187,7 @@ services:
|
||||
- /docker/store/nextcloud/next:/var/www/html
|
||||
- /home/poslop:/home/poslop
|
||||
- /docker/store/nextcloud/php.ini:/usr/local/etc/php/conf.d/php.ini
|
||||
- /massdrive:/massdrive
|
||||
hostname: mintyserver.net
|
||||
environment:
|
||||
- UMASK=002
|
||||
|
||||
Reference in New Issue
Block a user