fix: need to add depends_on for melli_init to melli

This commit is contained in:
Derrick Hammer 2023-12-25 02:19:34 -05:00
parent 48b7db9193
commit cc1b0d9294
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ services:
volumes:
- ./data/app.db:/app/prisma/dev.db
profiles: ["disabled"]
depends_on:
- melli
db_init:
image: git.lumeweb.com/lumeweb/web3.news:latest
command: ["npm", "run", "db-init"]