Skip to content

Commit

Permalink
fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Mar 28, 2019
1 parent 9d6ec60 commit db2c028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=microservices
4 changes: 2 additions & 2 deletions docker-compose/docker-compose-api-gw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- gateway-network
- backend-network
command: >
sh -c "kong migrations bootstrap && kong migrations up && sh /docker-entrypoint.sh kong docker-start --v --nginx-conf /usr/local/kong/template/nginx-custom-static-sso.template"
sh -c "kong migrations bootstrap && kong migrations up && kong migrations finish && sh /docker-entrypoint.sh kong docker-start --v --nginx-conf /usr/local/kong/template/nginx-custom-static-sso.template"
healthcheck:
test: ["CMD", "curl", "-X", "GET", "http://localhost:8001"]
interval: 30s
Expand Down Expand Up @@ -137,4 +137,4 @@ networks:
driver: bridge
backend-network:
external:
name: docker-compose_backend-network
name: microservices_backend-network

0 comments on commit db2c028

Please sign in to comment.