chore: new compose parser with tests

This commit is contained in:
Andras Bacsai
2024-08-21 20:32:02 +02:00
parent 578db6cc9c
commit ecb2c3b7b8
5 changed files with 1104 additions and 617 deletions

View File

@@ -27,6 +27,9 @@ function help {
# fi
# skopeo copy --all docker://ghcr.io/coollabsio/coolify:$1 docker://coollabsio/coolify:$1
# }
function test {
docker exec -t coolify php artisan test --testsuite=Feature
}
function sync:bunny {
php artisan sync:bunny --env=secrets
}