chore(docker): change application port from 8000 to 8080 #11

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 14:02:58 +00:00
Owner

Update Dockerfile to expose and bind Gunicorn to port 8080 instead of 8000. This aligns the container port configuration with the expected deployment environment requirements.

Changes:

  • Update EXPOSE directive to port 8080
  • Update Gunicorn bind address to 0.0.0.0:8080
Update Dockerfile to expose and bind Gunicorn to port 8080 instead of 8000. This aligns the container port configuration with the expected deployment environment requirements. Changes: - Update EXPOSE directive to port 8080 - Update Gunicorn bind address to 0.0.0.0:8080
Saani added 1 commit 2025-11-23 14:02:53 +00:00
Update Dockerfile to expose and bind Gunicorn to port 8080 instead of 8000. This aligns the container port configuration with the expected deployment environment requirements.

Changes:
- Update EXPOSE directive to port 8080
- Update Gunicorn bind address to 0.0.0.0:8080
Saani merged commit 55cff2f408 into main 2025-11-23 14:02:58 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#11
No description provided.