Update memory limit to 128MB in horizon configuration

This commit is contained in:
Andras Bacsai
2024-09-02 10:22:10 +02:00
parent 4169d727fd
commit f8d6ce2730
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ set -o pipefail # Cause a pipeline to return the status of the last command that
VERSION="1.3.4"
DOCKER_VERSION="26.0"
CDN="https://cdn.coollabs.io/coolify-nightly"
CDN="https://cdn.coollabs.io/coolify"
OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
ENV_FILE="/data/coolify/source/.env"