services: aurora-app: build: context: . dockerfile: Dockerfile ports: - "7860:7860" volumes: - .:/app environment: - GRADIO_SERVER_PORT=7860 restart: unless-stopped