[PR #1177] [CLOSED] add a all in one docker compose with example.env and README.md #1224

Closed
opened 2026-02-04 19:28:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1177
Author: @TheDoDoo
Created: 3/27/2025
Status: Closed

Base: mainHead: all-in-one-docker-compose


📝 Commits (1)

  • 87083ab add a all in one docker compose with example.env and README.md

📊 Changes

3 files changed (+195 additions, -0 deletions)

View changed files

docker/README.md (+105 -0)
docker/docker-compose.yml (+43 -0)
docker/example.env (+47 -0)

📄 Description

Hello everyone,
This PR introduces an all-in-one docker-compose.yml that directly includes the database and Redis. Additionally, there is a .env file where all settings can be configured.

The docker/README.md explains how to install the panel using docker-compose and the .env file.


🔄 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/pelican-dev/panel/pull/1177 **Author:** [@TheDoDoo](https://github.com/TheDoDoo) **Created:** 3/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `all-in-one-docker-compose` --- ### 📝 Commits (1) - [`87083ab`](https://github.com/pelican-dev/panel/commit/87083abdeb6827fd9f07dda0cca505657e57add2) add a all in one docker compose with example.env and README.md ### 📊 Changes **3 files changed** (+195 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docker/README.md` (+105 -0) ➕ `docker/docker-compose.yml` (+43 -0) ➕ `docker/example.env` (+47 -0) </details> ### 📄 Description Hello everyone, This PR introduces an all-in-one `docker-compose.yml` that directly includes the `database` and `Redis`. Additionally, there is a `.env` file where all settings can be configured. The docker/README.md explains how to install the panel using docker-compose and the .env file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:28:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1224