fixing(Gateway)
This commit is contained in:
+4
-1
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
#version: '3.8'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
@@ -157,6 +157,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: temp/ping-service/Dockerfile
|
||||
ports:
|
||||
- "8082:8082"
|
||||
depends_on:
|
||||
consul:
|
||||
condition: service_healthy
|
||||
@@ -165,6 +167,7 @@ services:
|
||||
- SPRING_CLOUD_CONSUL_HOST=consul
|
||||
- SPRING_CLOUD_CONSUL_PORT=8500
|
||||
- SPRING_APPLICATION_NAME=ping-service
|
||||
- SERVER_PORT=8082
|
||||
networks:
|
||||
- meldestelle-network
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user