docs: add readme

This commit is contained in:
Felix Spöttel
2023-02-08 15:42:31 +01:00
parent 0e0083976d
commit 27b6f8eb8f
5 changed files with 69 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ version: "3.8"
x-app-variables: &app-variables
API_SECRET: a_very_secret_token
DATABASE_URI: sqlite:////whisperbox.sqlite
DATABASE_URI: sqlite:///./whisperbox.sqlite
ENVIRONMENT: development
BROKER_URL: redis://redis:6379/0
WHISPER_MODEL: small
@@ -15,9 +15,10 @@ services:
- 6379:6379
networks:
- app
resources:
limits:
memory: 128M
deploy:
resources:
limits:
memory: 128M
web:
container_name: whisperbox_web_dev