mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #519] [MERGED] More relaxed healthcheck for low end systems #9087
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/519
Author: @TuncTaylan
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/13/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (1)
e64e7d1More relaxed healthcheck for low end systems📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
install/config/docker-compose.yml(+3 -3)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
If I include crowdsec on the stack, the containers fail the healthcheck on a, let's say oracle free tier, 1/8 CPU core and 1GB RAM.
With these eased up healthcheck it starts and works fine.
How to test?
Just limit the resources of the VM/VPS to (1 CPU core (1/8 vCPU) and 1GB RAM) and start the stack.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.