coolify-builder image update

update update process :D
This commit is contained in:
Andras Bacsai
2023-04-27 13:46:47 +02:00
parent 540edea866
commit 8032dd08bc
3 changed files with 35 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
## Do not modify this file. You will lost the ability to autoupdate!
export APP_TAG=$1
docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate
docker run --pull always -v /data/coolify/source:/data/coolify/source -v /var/run/docker.sock:/var/run/docker.sock -ti --rm ghcr.io/coollabsio/coolify-builder bash -c "APP_TAG=$1 docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate"