Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upkudos for many examples -- can you add an example of Docker Compose + CodeceptJS? #10097
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
It's unlikely that someone will send a PR for something this specific, but I'll add the good first issue label. |
This comment has been minimized.
This comment has been minimized.
|
@bionicles here's an example with Docker Compose and Jest if it helps. |
This comment has been minimized.
This comment has been minimized.
|
Thanks ... I did get it working over the weekend, and could potentially make a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Is your feature request related to a problem? Please describe.
I want to develop NextJS locally with Docker Compose because this can run database, api, and nextjs server all with 1 command, and it's easy-ish to deploy these containersets to the cloud. Thank you for making Next and so many examples.
However it's somewhat unclear how to test nextjs locally with docker-compose (or perhaps i missed a link and this could be published more clearly)
Describe the solution you'd like
Please add an example of how you think users should test NextJS locally in docker-compose with ideally CodeceptJS
Describe alternatives you've considered
Currently working on a docker-compose file and just wanted to bring this up as you might know better how to implement such a thing quickly
Additional context
I want to use CodeceptJS because it has simple test syntax which even non-technical folks could understand, so I can focus more on development and less on figuring out how to write tests https://github.com/Codeception/CodeceptJS