chore(docker): change application port from 8080 to 8081 #12

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

Update the Dockerfile to use port 8081 instead of 8080 for the application.
This includes:

  • Modified EXPOSE directive to port 8081
  • Updated Gunicorn bind address to 0.0.0.0:8081

Ensures consistency between the exposed port and the actual port the
application binds to when running inside the container.

Update the Dockerfile to use port 8081 instead of 8080 for the application. This includes: - Modified EXPOSE directive to port 8081 - Updated Gunicorn bind address to 0.0.0.0:8081 Ensures consistency between the exposed port and the actual port the application binds to when running inside the container.
Saani added 1 commit 2025-11-23 14:07:43 +00:00
Update the Dockerfile to use port 8081 instead of 8080 for the application.
This includes:
- Modified EXPOSE directive to port 8081
- Updated Gunicorn bind address to 0.0.0.0:8081

Ensures consistency between the exposed port and the actual port the
application binds to when running inside the container.
Saani merged commit 4fd018e97c into main 2025-11-23 14:07:48 +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#12
No description provided.