feat: add traefik, simplify docker setup

This commit is contained in:
Felix Spöttel
2023-03-01 14:17:14 +01:00
parent 20f558584a
commit f27fe02958
16 changed files with 166 additions and 192 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
API_SECRET="change_me"
WHISPER_MODEL="small"
DOMAIN="whisperbox.localhost"