feat: with initial rust service

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-01 23:40:16 +02:00
parent 7310e6a15f
commit dce4bf4e36
22 changed files with 76 additions and 166 deletions

7
scripts/local_up.sh Executable file
View File

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