Skip to content

Commit e1f8066

Browse files
authored
Provide the database information to the celery beat service, so that it doesn't crash on startup (#1494)
1 parent abd7171 commit e1f8066

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose/environments/.celery_beat

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
DATABASE_NAME=signals
2+
DATABASE_USER=signals
3+
DATABASE_PASSWORD=insecure
4+
DATABASE_HOST_OVERRIDE=database
5+
DATABASE_PORT_OVERRIDE=5432
16
SECRET_KEY=insecure
27
FRONTEND_URL=http://localhost:3001
38
DWH_MEDIA_ROOT=/dwh_media

0 commit comments

Comments
 (0)