with base

This commit is contained in:
2022-10-02 12:12:08 +02:00
commit 351b92e54b
20 changed files with 2422 additions and 0 deletions

7
scripts/local_up.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/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