fixing(Gateway)

This commit is contained in:
stefan
2025-08-13 14:18:59 +02:00
parent 93633b38a7
commit 562eb07be1
21 changed files with 2081 additions and 94 deletions
+4 -1
View File
@@ -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: