refactor: Update Docker configurations for improved environment variable handling #8

Merged
mo merged 1 commits from ph4 into prod 2025-06-01 15:41:57 +02:00
Owner
  • Changed the frontend Dockerfile to use process.env for environment variables instead of direct interpolation.
  • Updated the production Docker Compose file to set environment variables directly instead of using build args.
  • Switched the backend Dockerfile base image from python:3.11-slim to python:alpine for a smaller image size and increased worker count from 4 to 8 for better performance.
- Changed the frontend Dockerfile to use process.env for environment variables instead of direct interpolation. - Updated the production Docker Compose file to set environment variables directly instead of using build args. - Switched the backend Dockerfile base image from `python:3.11-slim` to `python:alpine` for a smaller image size and increased worker count from 4 to 8 for better performance.
mo added 1 commit 2025-06-01 15:41:52 +02:00
refactor: Update Docker configurations for improved environment variable handling
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 22s
a51b18e8f5
- Changed the frontend Dockerfile to use process.env for environment variables instead of direct interpolation.
- Updated the production Docker Compose file to set environment variables directly instead of using build args.
- Switched the backend Dockerfile base image from `python:3.11-slim` to `python:alpine` for a smaller image size and increased worker count from 4 to 8 for better performance.
mo merged commit cda51e34ba into prod 2025-06-01 15:41:57 +02: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: mo/mitlist#8
No description provided.