Skip to content

docker compose cleanup - #69

Draft
oleggtro wants to merge 4 commits into
mainfrom
fix/docker-compose-cleanup
Draft

docker compose cleanup#69
oleggtro wants to merge 4 commits into
mainfrom
fix/docker-compose-cleanup

Conversation

@oleggtro

Copy link
Copy Markdown
Collaborator

This PR generally cleans up and polishes the whole docker setup. This includes parts of the web/frontend service, as it should be able to load its configuration from runtime env vars but currently is not.

Will further look into that tomorrow.

@oleggtrooleggtro added the enhancement New feature or request label Oct 22, 2024
@oleggtrooleggtro self-assigned this Oct 22, 2024
@MathisBurger

Copy link
Copy Markdown
Owner

What is the current status of this?

@oleggtro

Copy link
Copy Markdown
CollaboratorAuthor

@MathisBurger

Copy link
Copy Markdown
Owner

https://en.wikipedia.org/wiki/Forgetting

So can I close this?

Comment threaddocker-compose.yml
- DB_USERNAME=tasky
- DB_PASSWORD=tasky
- DB_USERNAME=usernator
- DB_PASSWORD=usernator

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Why use other user credentials here?


constructor() {
this.apiUrl = process.env.NODE_ENV === "production" ? "https://api.code-canvas.app" : "http://localhost:3002";
//this.apiUrl = process.env.NODE_ENV === "production" ? "https://api.code-canvas.app" : "http://localhost:3002";

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please remove this comment.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@oleggtro@MathisBurger