feat: add deployment

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-27 21:12:51 +01:00
parent a093c7830d
commit aca5838d54
6 changed files with 66 additions and 2 deletions

15
deployment/.config.env Normal file
View File

@@ -0,0 +1,15 @@
SERVICE_HOST="0.0.0.0:3000"
AUTH_ENGINE=zitadel
ZITADEL_AUTHORITY_URL=https://%%name%%.front.kjuulh.io
ZITADEL_REDIRECT_URL=https://%%name%%.front.kjuulh.io/auth/authorized
NEF_LOGIN_RETURN_URL=https://%%name%%.front.kjuulh.io/login/return?returnUrl=/home
SESSION_BACKEND=postgresql
POSTGRES_DB=%%name%%
POSTGRES_USER=%%name%%
POSTGRESQL_USERNAME=%%name%%
POSTGRESQL_DATABASE=%%name%%
RUST_LOG=info