Add vault

This commit is contained in:
2024-04-13 19:46:50 +02:00
parent 25b9a4d42f
commit 703f881439
3 changed files with 25 additions and 5 deletions

8
scripts/start.sh Normal file
View File

@@ -0,0 +1,8 @@
#! /usr/bin/env sh
export $(/env.sh)
cd /app
mkdir -p prometheus
granian --interface asgi --host 0.0.0.0 --port 8080 --loop uvloop main:app