Skip to content

chore: docker to deploy multiple#219

Merged
mohamedmansour merged 1 commit intomainfrom
chore/fix-docker-to-deploy-multiple
Apr 11, 2026
Merged

chore: docker to deploy multiple#219
mohamedmansour merged 1 commit intomainfrom
chore/fix-docker-to-deploy-multiple

Conversation

@mohamedmansour
Copy link
Copy Markdown
Contributor

Azure Container Apps only supports a single exposed port per container, so the entrypoint can no longer start three marketplace-api processes.

The entrypoint now accepts --css <link|module|style> and --port <port> (or CSS_STRATEGY / PORT env vars) and runs a single instance via exec. Deploy three containers — one per strategy — instead of one multi-process container.

Azure Container Apps only supports a single exposed port per container,
so the entrypoint can no longer start three marketplace-api processes.

The entrypoint now accepts --css <link|module|style> and --port <port>
(or CSS_STRATEGY / PORT env vars) and runs a single instance via exec.
Deploy three containers — one per strategy — instead of one multi-process
container.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mohamedmansour mohamedmansour merged commit 8dc9957 into main Apr 11, 2026
20 checks passed
@mohamedmansour mohamedmansour deleted the chore/fix-docker-to-deploy-multiple branch April 11, 2026 00:19
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.

2 participants