mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
remove oom disable
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
coolify:
|
||||
oom_kill_disable: true
|
||||
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-4.0.0-nightly.0}"
|
||||
volumes:
|
||||
- type: bind
|
||||
@@ -42,7 +41,6 @@ services:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
postgres:
|
||||
oom_kill_disable: true
|
||||
volumes:
|
||||
- coolify-db:/var/lib/postgresql/data
|
||||
environment:
|
||||
@@ -61,7 +59,6 @@ services:
|
||||
retries: 5
|
||||
timeout: 2s
|
||||
redis:
|
||||
oom_kill_disable: true
|
||||
command: redis-server --save 20 1 --loglevel warning --requirepass ${REDIS_PASSWORD}
|
||||
environment:
|
||||
REDIS_PASSWORD: "${REDIS_PASSWORD}"
|
||||
|
||||
Reference in New Issue
Block a user