Skip to content

Commit

Permalink
Updated docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Apr 23, 2018
1 parent e536a81 commit 2da8085
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ services:
- APP_DEBUG=False
- APP_SERVER=none
- APP_CONFIG_PATH=./config.py
- WAIT_FOR_RABBITMQ=30
volumes:
- ./strategist:/app/
ports:
- "8000:8000"
- ./sage-utils-python:/app/sage-utils-python/
depends_on:
- rabbitmq
- microservice_auth
Expand All @@ -38,10 +38,16 @@ services:
- MONGODB_PASSWORD=password
- MONGODB_HOST=mongodb
- MONGODB_DATABASE=auth
- WAIT_FOR_MONGODB=30
- WAIT_FOR_REDIS=30
- WAIT_FOR_RABBITMQ=30
ports:
- "8000:8000"
tty: true
depends_on:
- mongodb
- redis
- rabbitmq
networks:
- app-tier

Expand Down

0 comments on commit 2da8085

Please sign in to comment.