feat: with basic server
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-11 15:50:24 +02:00
parent 7d268e73f0
commit 6a147ba0d2
15 changed files with 280 additions and 125 deletions

12
scripts/dev.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env zsh
echo "starting services"
docker compose -f templates/docker-compose.yaml up -d --remove-orphans
tear_down() {
docker compose -f templates/docker-compose.yaml down -v || true
}
trap tear_down EXIT
RUST_LOG=trace,tokio=info,tower=info,mio=info,sqlx=info cargo run -F include_server -- serve