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

Setting up the development environment with docker compose #709

Merged
merged 4 commits into from Apr 15, 2024

Conversation

robsonvnt
Copy link
Contributor

This pull request revitalizes the previously unused docker-compose-dev.yml, transforming it into a dynamic tool for development. This update allows developers to instantly see their changes, making an improvement over the prior setup which was rigidly linked to the master branch. Now, to launch the development environment, simply execute: docker

compose -f docker-compose-dev.yml up

This modification streamlines the development workflow, enabling rapid feedback and quicker iterations.

Implemented a Docker Compose setup to streamline the development environment. This includes defining services for the application server, client, and database, ensuring each component is isolated and easily manageable. Added Dockerfiles and docker-compose.yml with necessary configurations for development efficiency.
@CLAassistant
Copy link

CLAassistant commented Apr 13, 2024

CLA assistant check
All committers have signed the CLA.

@meltyshev meltyshev merged commit 5b4b0cd into plankanban:master Apr 15, 2024
1 check passed
@meltyshev
Copy link
Member

Thanks! It's very handy :)

@robsonvnt robsonvnt deleted the new-dev-environment branch April 18, 2024 22:19
robertocjunior pushed a commit to robertocjunior/planka that referenced this pull request May 14, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants