From 139aa6d75e7741edcd828f7605b7d2bed5ad4f9f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Jul 2025 22:35:47 +0200 Subject: [PATCH] chore: remove cockroach --- templates/docker-compose.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 templates/docker-compose.yaml diff --git a/templates/docker-compose.yaml b/templates/docker-compose.yaml deleted file mode 100644 index 8fae72a..0000000 --- a/templates/docker-compose.yaml +++ /dev/null @@ -1,15 +0,0 @@ -version: "3" -services: - crdb: - restart: 'always' - image: 'cockroachdb/cockroach:v23.1.14' - command: 'start-single-node --advertise-addr 0.0.0.0 --insecure' - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"] - interval: '10s' - timeout: '30s' - retries: 5 - start_period: '20s' - ports: - - 8080:8080 - - '26257:26257'