combined compose including dashboard

This commit is contained in:
Jonas Braus
2025-01-23 22:41:56 +01:00
parent 6cec223555
commit 805309d625
1719 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
\set jwt_secret `echo "$JWT_SECRET"`
\set jwt_exp `echo "$JWT_EXP"`
ALTER DATABASE postgres SET "app.settings.jwt_secret" TO :'jwt_secret';
ALTER DATABASE postgres SET "app.settings.jwt_exp" TO :'jwt_exp';