mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 16:06:26 +02:00
typos
This commit is contained in:
@@ -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:
|
||||
|
||||
6
dev.yml
6
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
|
||||
|
||||
Reference in New Issue
Block a user