Skip to content

Apply updates from containerization.md to all localized documents - #42

Merged
Justin Yoo (justinyoo) merged 3 commits into
mainfrom
copilot/fix-41
Jun 14, 2025
Merged

Justin Yoo (justinyoo) merged 3 commits into
mainfrom
copilot/fix-41

Conversation

Copilot AI commented Jun 14, 2025

Copy link
Copy Markdown
Contributor

Updated all 6 localized versions of 05-containerization.md to match the latest English version content. The localized documents were missing several important updates that had been made to the English documentation.

Changes Applied

Applied the following missing content to all localized versions:

  1. Java app location: Changed from java to java/socialapp for proper directory specification
  2. Environment variables for Java container: Added CODESPACE_NAME and GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN to container build instructions
  3. SQLite database creation: Added instruction to create sns_api.db file in container (without copying from host)
  4. Java container runtime: Added GitHub Codespaces environment variables when running the container
  5. .NET container configuration: Added ApiSettings__BaseUrl environment variable pointing to http://localhost:8080/api
  6. .NET container runtime: Added instruction to pass ApiSettings__BaseUrl when running the container
  7. Container cleanup: Updated to remove both containers AND their respective images
  8. Docker Compose workflow: Added "Identify all the steps first" instruction
  9. Docker Compose environment: Added proper environment variable configuration for both containers

Files Updated

  • localisation/es-es/docs/05-containerization.md (Spanish)
  • localisation/fr-fr/docs/05-containerization.md (French)
  • localisation/ja-jp/docs/05-containerization.md (Japanese)
  • localisation/ko-kr/docs/05-containerization.md (Korean)
  • localisation/pt-br/docs/05-containerization.md (Portuguese)
  • localisation/zh-cn/docs/05-containerization.md (Chinese)

All localized documentation now provides the same comprehensive containerization instructions as the English version while maintaining proper translations for each language.

Fixes #41.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits June 14, 2025 04:39
Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
…ation docs

Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
Copilot AI changed the title [WIP] Apply updates on containerization.md to all the localised documents Apply updates from containerization.md to all localized documents Jun 14, 2025

@justinyoo Justin Yoo (justinyoo) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@justinyoo
Justin Yoo (justinyoo) marked this pull request as ready for review June 14, 2025 04:55
@justinyoo
Justin Yoo (justinyoo) merged commit c96d72a into main Jun 14, 2025
@justinyoo
Justin Yoo (justinyoo) deleted the copilot/fix-41 branch June 14, 2025 04:57
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.

Apply updates on containerization.md to all the localised documents

2 participants