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:
|
volumes:
|
||||||
- ./data/app.db:/app/prisma/dev.db
|
- ./data/app.db:/app/prisma/dev.db
|
||||||
profiles: ["disabled"]
|
profiles: ["disabled"]
|
||||||
|
depends_on:
|
||||||
|
- melli
|
||||||
db_init:
|
db_init:
|
||||||
image: git.lumeweb.com/lumeweb/web3.news:latest
|
image: git.lumeweb.com/lumeweb/web3.news:latest
|
||||||
command: ["npm", "run", "db-init"]
|
command: ["npm", "run", "db-init"]
|
||||||
|
|
Loading…
Reference in New Issue