diff --git a/api/docker-compose.yml b/api/docker-compose.yml index feef661..cfc748f 100644 --- a/api/docker-compose.yml +++ b/api/docker-compose.yml @@ -14,15 +14,15 @@ services: # - beantastic_upload_volume:/api/src/app/uploads command: npm run start:dev ports: - - 8080:3000 + - 4000:4000 # debugging port # - 9229:9229 - networks: - - database_network - env_file: - - .env -networks: - database_network: - external: true -volumes: - beantastic_upload_volume: \ No newline at end of file +# networks: +# - database_network +# env_file: +# - .env +# networks: +# database_network: +# external: true +# volumes: +# beantastic_upload_volume: \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index d2e3379..1523889 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: