File size: 199 Bytes
08b0543
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  app:
    build: .
    ports:
      - "8000:8000"
    env_file:
      - .env
    environment:
      CORS_ORIGINS: "http://localhost:8000,http://localhost:3000"
    restart: unless-stopped