Skip to content

Commit 47d0bfd

Browse files
committed
fix redis connection for compose setup
1 parent 852c048 commit 47d0bfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/compose-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
image: "ghcr.io/bugbakery/transcribee:latest"
66
environment:
77
TRANSCRIBEE_BACKEND_DATABASE_URL: postgresql://transcribee:transcribee@db:5432/transcribee
8-
REDIS_HOST: redis
8+
REDIS_URL: redis://redis
99
ports:
1010
# configure your reverse-proxy so that the outside world can reach port 8000 of
1111
# this container via https.

packaging/compose-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: ..
88
environment:
99
TRANSCRIBEE_BACKEND_DATABASE_URL: postgresql://transcribee:transcribee@db:5432/transcribee
10-
REDIS_HOST: redis
10+
REDIS_URL: redis://redis
1111
TESTUSER_PASSWORD: test
1212
WORKER_TOKEN_PATH: /var/transcribee/worker_token/token.txt
1313
ports:

0 commit comments

Comments
 (0)