File size: 217 Bytes
56e76e3
8a707c1
 
 
 
56e76e3
8a707c1
56e76e3
 
8a707c1
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  aurora-app:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "7860:7860"
    volumes:
      - .:/app
    environment:
      - GRADIO_SERVER_PORT=7860
    restart: unless-stopped