We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852c048 commit 47d0bfdCopy full SHA for 47d0bfd
2 files changed
packaging/compose-deploy.yml
@@ -5,7 +5,7 @@ services:
5
image: "ghcr.io/bugbakery/transcribee:latest"
6
environment:
7
TRANSCRIBEE_BACKEND_DATABASE_URL: postgresql://transcribee:transcribee@db:5432/transcribee
8
- REDIS_HOST: redis
+ REDIS_URL: redis://redis
9
ports:
10
# configure your reverse-proxy so that the outside world can reach port 8000 of
11
# this container via https.
packaging/compose-local.yml
@@ -7,7 +7,7 @@ services:
context: ..
TESTUSER_PASSWORD: test
12
WORKER_TOKEN_PATH: /var/transcribee/worker_token/token.txt
13
0 commit comments