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
Added postgres and redis to the docker-compose.yml using existing conditionals
How to test?
🔄 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/fosrl/pangolin/pull/3152
**Author:** [@shleeable](https://github.com/shleeable)
**Created:** 5/26/2026
**Status:** ✅ Merged
**Merged:** 5/29/2026
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `patch-2`
---
### 📝 Commits (7)
- [`cf82433`](https://github.com/fosrl/pangolin/commit/cf824334763eedd26fe9f33c960e2f34a7173bf5) Update docker-compose.yml
- [`ae8a0ff`](https://github.com/fosrl/pangolin/commit/ae8a0ff3e2f1233c01cde1a75c2544e82085307b) Make optional postgres and redis
- [`be8750f`](https://github.com/fosrl/pangolin/commit/be8750f5a2634f8d4695d5f776add6f55ccee9d3) Update main.go
- [`f4ac884`](https://github.com/fosrl/pangolin/commit/f4ac88460aceb87d9a6b00f18047f101a01b2c2a) Update main.go
- [`228d80d`](https://github.com/fosrl/pangolin/commit/228d80d9a38ba667a393f8e33de106459ccb9105) Update privateConfig.yml
- [`dfa3dc3`](https://github.com/fosrl/pangolin/commit/dfa3dc3e5d7a36248a8af2994fb162afd755aa27) Update config.yml
- [`e7fbc93`](https://github.com/fosrl/pangolin/commit/e7fbc930b684982814b6af89eadeaae287871bf9) Update docker-compose.yml
### 📊 Changes
**4 files changed** (+90 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `install/config/config.yml` (+5 -0)
📝 `install/config/docker-compose.yml` (+64 -2)
➕ `install/config/privateConfig.yml` (+6 -0)
📝 `install/main.go` (+15 -0)
</details>
### 📄 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
* Added postgres and redis to the docker-compose.yml using existing conditionals
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3152
Author: @shleeable
Created: 5/26/2026
Status: ✅ Merged
Merged: 5/29/2026
Merged by: @oschwartz10612
Base:
main← Head:patch-2📝 Commits (7)
cf82433Update docker-compose.ymlae8a0ffMake optional postgres and redisbe8750fUpdate main.gof4ac884Update main.go228d80dUpdate privateConfig.ymldfa3dc3Update config.ymle7fbc93Update docker-compose.yml📊 Changes
4 files changed (+90 additions, -2 deletions)
View changed files
📝
install/config/config.yml(+5 -0)📝
install/config/docker-compose.yml(+64 -2)➕
install/config/privateConfig.yml(+6 -0)📝
install/main.go(+15 -0)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #3152] Installer: Bootstrap optional PostgreSQL/Redisto [PR #3152] [MERGED] Installer: Bootstrap optional PostgreSQL/Redis