compose
This commit is contained in:
@@ -14,15 +14,15 @@ services:
|
|||||||
# - beantastic_upload_volume:/api/src/app/uploads
|
# - beantastic_upload_volume:/api/src/app/uploads
|
||||||
command: npm run start:dev
|
command: npm run start:dev
|
||||||
ports:
|
ports:
|
||||||
- 8080:3000
|
- 4000:4000
|
||||||
# debugging port
|
# debugging port
|
||||||
# - 9229:9229
|
# - 9229:9229
|
||||||
networks:
|
# networks:
|
||||||
- database_network
|
# - database_network
|
||||||
env_file:
|
# env_file:
|
||||||
- .env
|
# - .env
|
||||||
networks:
|
# networks:
|
||||||
database_network:
|
# database_network:
|
||||||
external: true
|
# external: true
|
||||||
volumes:
|
# volumes:
|
||||||
beantastic_upload_volume:
|
# beantastic_upload_volume:
|
||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
container_name: keyvault_pro_api
|
container_name: keyvault_pro_api
|
||||||
ports:
|
ports:
|
||||||
- "3600:3000"
|
- "3700:4000"
|
||||||
# environment:
|
# environment:
|
||||||
# - YOUR_ENV_VAR=value
|
# - YOUR_ENV_VAR=value
|
||||||
# Weitere Umgebungsvariablen hier hinzufügen
|
# Weitere Umgebungsvariablen hier hinzufügen
|
||||||
@@ -18,11 +18,11 @@ services:
|
|||||||
- database_network
|
- database_network
|
||||||
- keyvault
|
- keyvault
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:3000/v1/health || exit 1"]
|
# test: ["CMD-SHELL", "curl -f http://localhost:3000/v1/health || exit 1"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 10s
|
# timeout: 10s
|
||||||
retries: 5
|
# retries: 5
|
||||||
|
|
||||||
keyvault_pro_client:
|
keyvault_pro_client:
|
||||||
image: ghcr.io/wagnerbastian/keyvault_pro_client:latest
|
image: ghcr.io/wagnerbastian/keyvault_pro_client:latest
|
||||||
@@ -33,9 +33,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- keyvault
|
- keyvault
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
#depends_on:
|
||||||
keyvault_pro_api:
|
# keyvault_pro_api:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
database_network:
|
database_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user