[PR #932] [CLOSED] Updates to environment variables #1041

Closed
opened 2026-02-26 00:30:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/932
Author: @mmomjian
Created: 12/22/2023
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+23 additions, -21 deletions)

View changed files

📝 docker/.env.example (+23 -21)

📄 Description

These changes quote true/false variables, as when unquoted they are susceptible to conversion to Booleans by YAML which is not compatible with BASH environment variables. Source

It also adds an undocumented option which allows changing the internal port for the server. This is needed in certain VPN configurations where the port is not exposed using Docker and thus cannot be easily remapped from the default.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/932 **Author:** [@mmomjian](https://github.com/mmomjian) **Created:** 12/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fff442d`](https://github.com/healthchecks/healthchecks/commit/fff442dc879d90966996e857042d991f0ba0925a) Update .env.example ### 📊 Changes **1 file changed** (+23 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+23 -21) </details> ### 📄 Description These changes quote true/false variables, as when unquoted they are susceptible to conversion to Booleans by YAML which is not compatible with BASH environment variables. [Source](https://docs.docker.com/compose/compose-file/compose-file-v2/) It also adds an undocumented option which allows changing the internal port for the server. This is needed in certain VPN configurations where the port is not exposed using Docker and thus cannot be easily remapped from the default. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/healthchecks#1041
No description provided.