File size: 208 Bytes
877b38e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  web:
    build: .
    ports:
      - "8000:8000"
    environment:
      - SECRET_KEY=${SECRET_KEY}
      - GITHUB_TOKEN=${GITHUB_TOKEN}
      - AI_API_KEY=${AI_API_KEY}
    volumes:
      - .:/app