This commit is contained in:
Andras Bacsai
2023-04-27 13:02:24 +02:00
parent 4d69094a1f
commit c0c9dacac6
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
## Do not modify this file. You will lost the ability to autoupdate!
docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up --pull always
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