feat: all cpus reservations to 0.1
This commit is contained in:
@@ -27,10 +27,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${LIBREOFFICE_CPU_LIMIT:-2.00}
|
||||
cpus: ${LIBREOFFICE_CPU_LIMIT:-2.0}
|
||||
memory: ${LIBREOFFICE_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: ${LIBREOFFICE_CPU_RESERVATION:-0.50}
|
||||
cpus: ${LIBREOFFICE_CPU_RESERVATION:-0.1}
|
||||
memory: ${LIBREOFFICE_MEMORY_RESERVATION:-512M}
|
||||
healthcheck:
|
||||
test: [CMD, curl, -f, -k, 'https://localhost:3001/']
|
||||
|
||||
Reference in New Issue
Block a user