diff --git a/docker-compose.yaml b/docker-compose.yaml index 3156dda..f88bad0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,3 +5,5 @@ services: image: git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest container_name: parse_saby build: . + env_file: + - .env \ No newline at end of file