Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Core DW Infrastructure/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ services:
environment:
- FLASK_ENV=development
container_name: flask-api
env_file:
- ./.env
restart: always
networks:
- dw_network
Expand All @@ -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
Expand Down Expand Up @@ -142,4 +144,4 @@ volumes:

networks:
dw_network:
driver: bridge
driver: bridge