Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docker compose cleanup#69

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

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

Conversation

@oleggtro

@oleggtro oleggtro commented Oct 22, 2024

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.

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

Copy link
Copy Markdown
Owner

What is the current status of this?

Copy link
Copy Markdown
Collaborator Author

Copy link
Copy Markdown
Owner

Comment thread docker-compose.yml
- DB_USERNAME=tasky
- DB_PASSWORD=tasky
- DB_USERNAME=usernator
- DB_PASSWORD=usernator

@MathisBurger MathisBurger Mar 24, 2025

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?

Comment thread web/service/ApiService.ts

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";

@MathisBurger MathisBurger Mar 24, 2025

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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@MathisBurger MathisBurger MathisBurger left review comments

Copilot code review Copilot Awaiting requested review from Copilot Copilot will automatically review once the pull request is marked ready for review

Labels

enhancement New feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /