File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 186
186
'balance ' => env ('HORIZON_BALANCE ' , 'auto ' ),
187
187
'maxTime ' => 0 ,
188
188
'maxJobs ' => 0 ,
189
- 'memory ' => 64 ,
189
+ 'memory ' => 128 ,
190
190
'tries ' => 1 ,
191
191
'timeout ' => 3560 ,
192
192
'nice ' => 0 ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -o pipefail # Cause a pipeline to return the status of the last command that
9
9
VERSION=" 1.3.4"
10
10
DOCKER_VERSION=" 26.0"
11
11
12
- CDN=" https://cdn.coollabs.io/coolify-nightly "
12
+ CDN=" https://cdn.coollabs.io/coolify"
13
13
OS_TYPE=$( grep -w " ID" /etc/os-release | cut -d " =" -f 2 | tr -d ' "' )
14
14
ENV_FILE=" /data/coolify/source/.env"
15
15
Original file line number Diff line number Diff line change 2
2
# # Do not modify this file. You will lose the ability to autoupdate!
3
3
4
4
VERSION=" 1.0.6"
5
- CDN=" https://cdn.coollabs.io/coolify-nightly "
5
+ CDN=" https://cdn.coollabs.io/coolify"
6
6
7
7
curl -fsSL $CDN /docker-compose.yml -o /data/coolify/source/docker-compose.yml
8
8
curl -fsSL $CDN /docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml
You can’t perform that action at this time.
0 commit comments