mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #709] [MERGED] Setting up the development environment with docker compose #1079
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/709
Author: @robsonvnt
Created: 4/13/2024
Status: ✅ Merged
Merged: 4/15/2024
Merged by: @meltyshev
Base:
master← Head:new-dev-environment📝 Commits (4)
beda08afeat: set up development environment using Docker Compose3f650deMerge remote-tracking branch 'upstream/master' into new-dev-environment4ddada4Adjust the server service to wait for Postgres to be ready61bb94bAddition of environment variables related to DEFAULT_ADMIN📊 Changes
4 files changed (+157 additions, -33 deletions)
View changed files
➕
config/development/Dockerfile.client(+18 -0)➕
config/development/Dockerfile.server(+14 -0)➕
config/development/nginx.conf(+47 -0)📝
docker-compose-dev.yml(+78 -33)📄 Description
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
This modification streamlines the development workflow, enabling rapid feedback and quicker iterations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.