Skip to content

Conversation

@manny-uncharted
Copy link

@manny-uncharted manny-uncharted commented Aug 21, 2025

closes: #656
Introduce Docker Compose configuration to define and manage multiple application services, including database, Redis, and various backend services. This setup facilitates easier development and deployment of the application components.

Copy link
Contributor

@Valera56pub Valera56pub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cannot change ports in just one file. The ports should also be changed in all other docker compose files. Additionally, explore the code to find the http usages with the port and replace them as well. We also need a docker-compose.all file for the dev env only

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.

Create docker-compose.all.yaml to run both apps together.

2 participants