Skip to content

Commit db2c028

Browse files
fix environment
1 parent 9d6ec60 commit db2c028

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COMPOSE_PROJECT_NAME=microservices

docker-compose/docker-compose-api-gw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- gateway-network
3333
- backend-network
3434
command: >
35-
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"
35+
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"
3636
healthcheck:
3737
test: ["CMD", "curl", "-X", "GET", "http://localhost:8001"]
3838
interval: 30s
@@ -137,4 +137,4 @@ networks:
137137
driver: bridge
138138
backend-network:
139139
external:
140-
name: docker-compose_backend-network
140+
name: microservices_backend-network

0 commit comments

Comments
 (0)