Add Dockerfiles for core-service, token-service, and admin-portal - #93
Open
MohamadNazik wants to merge 1 commit into
Open
Add Dockerfiles for core-service, token-service, and admin-portal#93MohamadNazik wants to merge 1 commit into
MohamadNazik wants to merge 1 commit into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
MohamadNazik
force-pushed
the
feat/dockerfile-setup
branch
2 times, most recently
from
July 31, 2026 04:42
8c87244 to
4958cb4
Compare
Add Dockerfiles for token-service, core-service, and admin-portal. Add docker-compose.yml + .env.example to verify all three locally before deploying. Add a /health endpoint to core-service. Upgrade Node to 24 and npm to patch bundled tar CVE in admin portal image Simplify entrypoint since config.js is now provided via file mount Run containers as non-root and fix restart resilience Upgrade Node to 24 and npm to patch bundled tar CVE in admin portal image Force LF line endings for shell scripts via .gitattributes Windows checkouts with core.autocrlf=true were converting entrypoint.sh fix(superapp-admin-portal) Added the actual config keys used in the code to entrypoint.sh Make EXTERNAL_IDP_AUDIENCE optional Skips audience validation when unset instead of crash-looping on startup.
MohamadNazik
force-pushed
the
feat/dockerfile-setup
branch
from
July 31, 2026 10:13
4958cb4 to
c009470
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning