Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Add environment variables for service names and use envsubst #564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SquirrelDeveloper
Copy link
Collaborator

Introduce SERVER_NAME and CLIENT_NAME environment variables to define service names across configurations for better flexibility and maintainability. Updated the NGINX configuration to use these variables via envsubst and modified the Dockerfile to support the templating approach. These adjustments standardize service name handling and improve deployment consistency.

Introduce `SERVER_NAME` and `CLIENT_NAME` environment variables to define service names across configurations for better flexibility and maintainability. Updated the NGINX configuration to use these variables via `envsubst` and modified the Dockerfile to support the templating approach. These adjustments standardize service name handling and improve deployment consistency.
@SquirrelDeveloper SquirrelDeveloper added the chores Refactoring or small updates label Dec 12, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the V0.1.26 milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores Refactoring or small updates
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] NGINX nginx: [emerg] host not found in upstream "server" in /etc/nginx/conf.d/default.conf:12
1 participant