chore: update format
This commit is contained in:
@@ -28,11 +28,11 @@ x-mariadb-galera: &mariadb-galera
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '2.0'
|
||||
memory: 2G
|
||||
cpus: ${MARIADB_CPU_LIMIT:-2.0}
|
||||
memory: ${MARIADB_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: '1.0'
|
||||
memory: 1G
|
||||
cpus: ${MARIADB_CPU_RESERVATION:-1.0}
|
||||
memory: ${MARIADB_MEMORY_RESERVATION:-1G}
|
||||
healthcheck:
|
||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user