fix: need to add depends_on for melli_init to melli
This commit is contained in:
parent
48b7db9193
commit
cc1b0d9294
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue