Skip to content

Commit 8f307f5

Browse files
Adds REDIS_URL to .local.env (#1468)
1 parent 79356a1 commit 8f307f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/.local.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ POSTGRES_HOST=db
44
POSTGRES_DB=care
55
POSTGRES_PORT=5432
66
DATABASE_URL=postgres://postgres:postgres@db:5432/care
7+
REDIS_URL=redis://redis:6379
78
CELERY_BROKER_URL=redis://redis:6379/0
89

910
DJANGO_DEBUG=False

0 commit comments

Comments
 (0)