aurora / docker-compose.yml
yasyn14's picture
compose
8a707c1
raw
history blame contribute delete
217 Bytes
services:
aurora-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- .:/app
environment:
- GRADIO_SERVER_PORT=7860
restart: unless-stopped