vits-v2-8khz-inference / docker-compose.yml
AlexK-PL's picture
Create docker-compose.yml
6ac5bee verified
raw
history blame
202 Bytes
version: '3.9'
services:
app:
build:
context: .
environment:
- GRADIO_SERVER_PORT=7860
- GRADIO_SERVER_NAME=0.0.0.0
restart: unless-stopped
ports:
- 7860:7860