diff --git a/docker-compose.yaml b/docker-compose.yaml index c44ff12..78098da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,4 +4,5 @@ services: fastapi_app: image: 268306063505.dkr.ecr.ap-northeast-2.amazonaws.com/dev-daitssu-crawl:latest ports: - - "5000:5000" \ No newline at end of file + - "5000:5000" + env_file: .env \ No newline at end of file