up
This commit is contained in:
@@ -20,37 +20,37 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
environment:
|
# 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)
|
# - 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:
|
# ports:
|
||||||
- 7860:7860 # Default web port
|
# - 7860:7860 # Default web port
|
||||||
- 5000:5000 # Default API port
|
# - 5000:5000 # Default API port
|
||||||
# - 5005:5005 # Default streaming port
|
## - 5005:5005 # Default streaming port
|
||||||
# - 5001:5001 # Default OpenAI API extension port
|
## - 5001:5001 # Default OpenAI API extension port
|
||||||
volumes:
|
# volumes:
|
||||||
- /docker/store/tgw/config/loras:/app/loras
|
# - /docker/store/tgw/config/loras:/app/loras
|
||||||
- /docker/store/tgw/config/models:/app/models
|
# - /docker/store/tgw/config/models:/app/models
|
||||||
- /docker/store/tgw/config/presets:/app/presets
|
# - /docker/store/tgw/config/presets:/app/presets
|
||||||
- /docker/store/tgw/config/prompts:/app/prompts
|
# - /docker/store/tgw/config/prompts:/app/prompts
|
||||||
- /docker/store/tgw/config/softprompts:/app/softprompts
|
# - /docker/store/tgw/config/softprompts:/app/softprompts
|
||||||
- /docker/store/tgw/config/training:/app/training
|
# - /docker/store/tgw/config/training:/app/training
|
||||||
networks: ["net"]
|
# networks: ["net"]
|
||||||
|
#
|
||||||
|
#
|
||||||
sillytavern:
|
# sillytavern:
|
||||||
container_name: sillytavern
|
# container_name: sillytavern
|
||||||
hostname: sillytavern
|
# hostname: sillytavern
|
||||||
image: sillytavern:latest
|
# image: sillytavern:latest
|
||||||
ports:
|
# ports:
|
||||||
- "8000:8000"
|
# - "8000:8000"
|
||||||
volumes:
|
# volumes:
|
||||||
- /docker/store/sillytavern/config:/home/node/app/config
|
# - /docker/store/sillytavern/config:/home/node/app/config
|
||||||
- /docker/store/sillytavern/config.conf:/home/node/app/config.conf
|
# - /docker/store/sillytavern/config.conf:/home/node/app/config.conf
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks: ["net"]
|
# networks: ["net"]
|
||||||
|
|
||||||
puffer:
|
puffer:
|
||||||
image: pufferpanel/pufferpanel:latest
|
image: pufferpanel/pufferpanel:latest
|
||||||
@@ -187,6 +187,7 @@ services:
|
|||||||
- /docker/store/nextcloud/next:/var/www/html
|
- /docker/store/nextcloud/next:/var/www/html
|
||||||
- /home/poslop:/home/poslop
|
- /home/poslop:/home/poslop
|
||||||
- /docker/store/nextcloud/php.ini:/usr/local/etc/php/conf.d/php.ini
|
- /docker/store/nextcloud/php.ini:/usr/local/etc/php/conf.d/php.ini
|
||||||
|
- /massdrive:/massdrive
|
||||||
hostname: mintyserver.net
|
hostname: mintyserver.net
|
||||||
environment:
|
environment:
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
|
|||||||
Reference in New Issue
Block a user