Added html
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-15 22:55:04 +02:00
parent 59d33034df
commit e4b1f79a61
16 changed files with 1577 additions and 103 deletions

7
scripts/local_up.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
cuddle_cli render_template --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