This commit is contained in:
Bastian Wagner
2024-09-12 15:36:58 +02:00
parent deaff51c5d
commit acac0adbdf
2 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ services:
pull_policy: always
container_name: keyvault_pro_api
ports:
- "3600:3000"
- "3700:4000"
# environment:
# - YOUR_ENV_VAR=value
# Weitere Umgebungsvariablen hier hinzufügen
@@ -18,11 +18,11 @@ services:
- database_network
- keyvault
restart: always
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3000/v1/health || exit 1"]
interval: 30s
timeout: 10s
retries: 5
# healthcheck:
# test: ["CMD-SHELL", "curl -f http://localhost:3000/v1/health || exit 1"]
# interval: 30s
# timeout: 10s
# retries: 5
keyvault_pro_client:
image: ghcr.io/wagnerbastian/keyvault_pro_client:latest
@@ -33,9 +33,9 @@ services:
networks:
- keyvault
restart: always
depends_on:
keyvault_pro_api:
condition: service_healthy
#depends_on:
# keyvault_pro_api:
# condition: service_healthy
networks:
database_network: