Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved documentation / support of local deployment #243

Open
carstenbaumhoegger opened this issue May 9, 2018 · 0 comments
Open

improved documentation / support of local deployment #243

carstenbaumhoegger opened this issue May 9, 2018 · 0 comments
Assignees

Comments

@carstenbaumhoegger
Copy link

I want to use the advanced boilerplate as a starting point for a project.

Therefore I checked out the boilerplate and switched to local deployment because I want full control of the MySQL container.

When running prisma deploy, Prisma generates a docker-compose.yml to make it easy to start the needed containers. I used it but it generates this cryptic error

Creating stage dev for service backend !
 ▸    'ECONNRESET': request to http://localhost:4466/management failed, reason: socket hang up

Get in touch if you need help: https://www.graph.cool/forum
To get more detailed output, run $ export DEBUG="*"

@marktani then pointed out that the generated docker-compose.yml doesn't even contain information for the local database container so I inited a fresh Prisma project and copied the docker-compose.yml to use it inside the boilerplate project.

It would be great if there was better documentation about moving from the demo server + DB to local server + DB deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants