[PR #204] [MERGED] [Colanode] Wrong env names #276

Closed
opened 2025-11-22 20:33:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/204
Author: @meroo36
Created: 7/1/2025
Status: Merged
Merged: 7/5/2025
Merged by: @Siumauricio

Base: mainHead: patch-2


📝 Commits (2)

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 blueprints/colanode/docker-compose.yml (+6 -6)

📄 Description

server was crashing because:

  Configuration validation error:
  - storage.endpoint: STORAGE_S3_ENDPOINT is required
  - storage.accessKey: STORAGE_S3_ACCESS_KEY is required
  - storage.secretKey: STORAGE_S3_SECRET_KEY is required
  - storage.bucket: STORAGE_S3_BUCKET is required
  - storage.region: STORAGE_S3_REGION is required

🔄 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/Dokploy/templates/pull/204 **Author:** [@meroo36](https://github.com/meroo36) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/5/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`bf40b06`](https://github.com/Dokploy/templates/commit/bf40b063e8040536d18b1f522dcb0d2eaef479a4) Update docker-compose.yml - [`1b27a7b`](https://github.com/Dokploy/templates/commit/1b27a7b7f6afe77272c877cf0393c79a4da06b59) Update docker-compose.yml ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/colanode/docker-compose.yml` (+6 -6) </details> ### 📄 Description server was crashing because: ``` Configuration validation error: - storage.endpoint: STORAGE_S3_ENDPOINT is required - storage.accessKey: STORAGE_S3_ACCESS_KEY is required - storage.secretKey: STORAGE_S3_SECRET_KEY is required - storage.bucket: STORAGE_S3_BUCKET is required - storage.region: STORAGE_S3_REGION is required ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:33:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#276