mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
memory limits are not aligned with php/opcache and cause error 500
This commit is contained in:
16
debian/docker-compose.yml
vendored
16
debian/docker-compose.yml
vendored
@@ -25,10 +25,6 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
logging: *default-logging
|
||||
|
||||
nginx:
|
||||
@@ -45,10 +41,6 @@ services:
|
||||
- app-network
|
||||
depends_on:
|
||||
- app
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
logging: *default-logging
|
||||
|
||||
mysql:
|
||||
@@ -79,10 +71,6 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
logging: *default-logging
|
||||
|
||||
redis:
|
||||
@@ -97,10 +85,6 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
logging: *default-logging
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user