mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
docker-compose: fix missing DATABASE_USER for layerscelery service
Without this, celery tasks were attempting to connect with the default user (root) and failing because the passwords are different. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
4abd0174fa
commit
69fe84b678
|
@ -65,6 +65,7 @@ services:
|
|||
- layersmeta:/opt/workdir
|
||||
environment:
|
||||
#- "SECRET_KEY=<set this here>"
|
||||
- "DATABASE_USER=layers"
|
||||
- "DATABASE_PASSWORD=testingpw"
|
||||
- "DATABASE_HOST=layersdb"
|
||||
- "RABBITMQ_DEFAULT_USER=guest"
|
||||
|
|
Loading…
Reference in New Issue
Block a user