prisma / prisma1

💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
https://v1.prisma.io/docs/
Apache License 2.0
16.54k stars 862 forks source link

Use custom docker-compose.yml file #1886

Closed divyenduz closed 6 years ago

divyenduz commented 6 years ago

Is it possible to use a custom docker-compose.yml file to deploy Prisma infrastructure?

I remember that there was something like eject in graphcool-framework.

marktani commented 6 years ago

Thanks for bringing this up, @divyenduz 🙂

prisma local works against this docker-compose.yml file.

So you can easily run docker-compose yourself, providing a docker-compose.yml that is derived from the one above.

That should cover your use case - if you have a more specific use case, freel free to create a feature request 🙂

marktani commented 6 years ago

With the 1.7 release, the docker-compose.yml file is now directly exposed when running prisma init.