version: '3.9' | |
services: | |
fonetica: | |
build: | |
context: . | |
environment: | |
- GRADIO_SERVER_PORT=7860 | |
- GRADIO_SERVER_NAME=0.0.0.0 | |
restart: unless-stopped | |
ports: | |
- 7860:7860 | |
version: '3.9' | |
services: | |
fonetica: | |
build: | |
context: . | |
environment: | |
- GRADIO_SERVER_PORT=7860 | |
- GRADIO_SERVER_NAME=0.0.0.0 | |
restart: unless-stopped | |
ports: | |
- 7860:7860 | |