Fix production compose file
This commit is contained in:
parent
e08a7677ef
commit
5888ee78d9
|
@ -15,8 +15,8 @@ services:
|
||||||
- ../stack.env
|
- ../stack.env
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- tmp
|
- tmp
|
||||||
depends_on:
|
depends_on:
|
||||||
- migration
|
- migration
|
||||||
|
|
||||||
migration:
|
migration:
|
||||||
image: pathogen/neptune:latest
|
image: pathogen/neptune:latest
|
||||||
|
|
Loading…
Reference in New Issue