cibus-backend/scripts/local_up.sh
kjuulh 908ead3887
All checks were successful
continuous-integration/drone/push Build is passing
with push_release
2022-08-20 23:55:24 +02:00

8 lines
218 B
Bash
Executable File

#!/bin/bash
set -e
cuddle_cli render_templates --template-file $TMP/docker-compose.local_up.yml.tmpl --dest $TMP/docker-compose.local_up.yml
docker compose -f $TMP/docker-compose.local_up.yml up -d --remove-orphans