We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad8259 commit bb71dc5Copy full SHA for bb71dc5
docker-compose/docker-compose.yml
@@ -50,6 +50,7 @@ services:
50
image: javatodev/internet-banking-api-gateway
51
ports:
52
- 8082:8082
53
+ entrypoint: ["./wait-for-it.sh", "internet-banking-service-registry:8081", "--timeout=50", "--", "./wait-for-it.sh", "internet-banking-config-server:8090", "--timeout=50", "--", "java", "-jar", "-Dspring.profiles.active=docker", "/app.jar"]
54
55
volumes:
56
postgres_data:
0 commit comments