From 3d656780f79cdd4e20a603891e45d0aba7e704c7 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:56:51 -0400 Subject: [PATCH] typos --- default.yml | 6 +++--- dev.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default.yml b/default.yml index 58337ba..b87748b 100644 --- a/default.yml +++ b/default.yml @@ -8,7 +8,7 @@ services: - database:/var/lib/mysql restart: always healthcheck: - test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect"] + test: [ "CMD", "healthcheck.sh", "--su-mysql", "--connect" ] interval: 10s timeout: 5s retries: 3 @@ -68,7 +68,7 @@ services: restart: always command: redis-server --appendonly yes --requirepass redis_password healthcheck: - test: ["CMD", "redis-cli", "-a", "redis_password", "ping"] + test: [ "CMD", "redis-cli", "-a", "redis_password", "ping" ] interval: 5s timeout: 3s retries: 5 @@ -77,7 +77,7 @@ volumes: database: storage: redis: - #app: uncomment when using CHEVERETO_SERVICING=server + #app: uncomment when using CHEVERETO_SERVICING=server networks: chevereto: diff --git a/dev.yml b/dev.yml index 505efa1..7981381 100644 --- a/dev.yml +++ b/dev.yml @@ -10,7 +10,7 @@ services: - ${DB_PORT}:3306 restart: always healthcheck: - test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect"] # MariaDB + test: [ "CMD", "healthcheck.sh", "--su-mysql", "--connect" ] # MariaDB interval: 10s timeout: 5s retries: 3 @@ -71,7 +71,7 @@ services: CHEVERETO_PROVIDER_URL: "https://cloud.chevereto.com" # CHEVERETO_CONTEXT: "saas" # CHEVERETO_ENABLE_TENANTS: "1" - # CHEVERETO_TENANTS_API_ALLOW_LIST: "172.18.0.1" + # CHEVERETO_TENANTS_API_IP_ALLOW_LIST: "172.18.0.1" # CHEVERETO_TENANTS_API_KEY_SECRET: "my_tenants_api_key_secret" # CHEVERETO_TENANTS_API_REQUEST_SECRET: "my_tenants_api_request_secret" # CHEVERETO_TENANT_ENFORCED: > @@ -104,7 +104,7 @@ services: - ${REDIS_PORT}:6379 command: redis-server --appendonly yes --requirepass redis_password healthcheck: - test: ["CMD", "redis-cli", "-a", "redis_password", "ping"] + test: [ "CMD", "redis-cli", "-a", "redis_password", "ping" ] interval: 5s timeout: 3s retries: 5