@envsync-cloud/deploy-cli 0.6.12 → 0.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -968,11 +968,7 @@ ${renderEnvList({
968
968
  - ${CLICKSTACK_CLICKHOUSE_CONF}:/etc/clickhouse-server/config.d/envsync-listen-host.xml:ro
969
969
  networks: [envsync]
970
970
  healthcheck:
971
- test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1:8080 || exit 1"]
972
- interval: 30s
973
- timeout: 10s
974
- retries: 10
975
- start_period: 180s
971
+ disable: true
976
972
 
977
973
  otel-agent:
978
974
  image: ${config.images.otel_agent}
@@ -1668,7 +1664,7 @@ async function cmdBootstrap() {
1668
1664
  waitForHttpService(config, "keycloak management readiness", "http://keycloak:9000/health/ready", 180);
1669
1665
  waitForHttpService(config, "openfga", "http://openfga:8090/stores");
1670
1666
  waitForTcpService(config, "minikms", "minikms", 50051);
1671
- waitForHttpService(config, "clickstack ui", "http://clickstack:8080", 180);
1667
+ waitForTcpService(config, "clickstack ui", "clickstack", 8080, 180);
1672
1668
  const initResult = runBootstrapInit(config);
1673
1669
  const persistedGenerated = normalizeGeneratedState({
1674
1670
  openfga: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envsync-cloud/deploy-cli",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "description": "CLI for self-hosted EnvSync deployment on Docker Swarm",
5
5
  "type": "module",
6
6
  "bin": {