diff --git a/Core DW Infrastructure/docker-compose.yml b/Core DW Infrastructure/docker-compose.yml index 3ad4205..d388c3d 100644 --- a/Core DW Infrastructure/docker-compose.yml +++ b/Core DW Infrastructure/docker-compose.yml @@ -53,6 +53,8 @@ services: environment: - FLASK_ENV=development container_name: flask-api + env_file: + - ./.env restart: always networks: - dw_network @@ -62,9 +64,9 @@ services: context: ./dremio-api dockerfile: Dockerfile ports: - - "5001:5000" + - "5001:5000" env_file: - - ./dremio-api/dw.env + - ./.env container_name: structured-solution-api networks: - dw_network @@ -142,4 +144,4 @@ volumes: networks: dw_network: - driver: bridge \ No newline at end of file + driver: bridge