Skip to content

Commit

Permalink
add dependency in gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienBtr committed Nov 7, 2020
1 parent 53333c6 commit 7a98f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/api-gateway/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- auth_app
- cart_app
- documentation_app
- user_app
logging:
driver: ${LOGGING_DRIVER:-json-file}
environment:
Expand Down Expand Up @@ -78,6 +79,8 @@ networks:
external: true
documentation_app:
external: true
user_app:
external: true

volumes:
influxdb-storage:
Expand Down

0 comments on commit 7a98f01

Please sign in to comment.