services: app: build: . ports: - "8000:8000" env_file: - .env environment: CORS_ORIGINS: "http://localhost:8000,http://localhost:3000" restart: unless-stopped