luma-api-dreammachine-gui / docker-compose.yml
Remsky's picture
Add initial project structure with Docker support and UI components
599abe6
raw
history blame
260 Bytes
version: '3.8'
services:
luma-gradio:
build: .
ports:
- "7860:7860"
volumes:
- .:/usr/src/app
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- PYTHONUNBUFFERED=1
restart: unless-stopped
container_name: luma-gradio