Skip to content

refactor: GCP server로 rollback#152

Merged
ekdan38 merged 2 commits into
mainfrom
refactor/gcp-rollback
Mar 31, 2026
Merged

refactor: GCP server로 rollback#152
ekdan38 merged 2 commits into
mainfrom
refactor/gcp-rollback

Conversation

@ekdan38
Copy link
Copy Markdown
Collaborator

@ekdan38 ekdan38 commented Mar 31, 2026

🔥ISSUE

GCP server로 rollback

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the production Docker Compose configuration by migrating the application image source to GCP Artifact Registry and exposing the MySQL database port. A security concern was raised regarding the exposure of the database port (3306) to the host, which could pose a risk in a production environment.

I am having trouble creating individual review comments. Click here to see my feedback.

docker-compose.prod.yml (8-9)

security-medium medium

Exposing the database port (3306) directly to the host in a production environment poses a security risk. Unless there is a specific requirement for external access, this port should be removed or restricted to localhost access only.

@ekdan38 ekdan38 merged commit e382b60 into main Mar 31, 2026
1 check passed
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.

1 participant