TTS-Talker / docker-compose.yaml
Quang Long
docker compose, fix_symlinks
cdcee1d
raw
history blame
546 Bytes
services:
test:
build: .
ports:
- "7860:7860"
stdin_open: true # equivalent to -it
tty: true # equivalent to -it
restart: "no" # equivalent to --rm (don’t restart container automatically)
# environment:
# - HF_ENDPOINT=http://172.16.15.118:9557/repository/atalink-hf-models
volumes:
- test_data_cache:/home/user/.cache
- test_data_gfpgan:/home/user/app/gfpgan
# - ./backup:/backup
volumes:
test_data_cache:
external: true
test_data_gfpgan:
external: true