Configurable frontend/backend ports #173

Closed
opened 2025-07-08 08:41:52 -04:00 by AtHeartEngineer · 0 comments

Originally created by @w-culhane on 12/26/2024

It would be convenient to be able to change the frontend/backend ports rather than hardcoding them both to 80.

My specific usecase is that I would like to run a Podman Quadlet with the frontend/backend, where they share a network namespace and then expose the frontend port. Since both the frontend and backend are trying to bind to port 80, this setup is not possible and I need to have isolated containers.

Additionally, the shared port makes it very difficult for anyone trying to run this without containers.

*Originally created by @w-culhane on 12/26/2024* It would be convenient to be able to change the frontend/backend ports rather than hardcoding them both to 80. My specific usecase is that I would like to run a Podman Quadlet with the frontend/backend, where they share a network namespace and then expose the frontend port. Since both the frontend and backend are trying to bind to port 80, this setup is not possible and I need to have isolated containers. Additionally, the shared port makes it very difficult for anyone trying to run this without containers.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#173