mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1177] [CLOSED] add a all in one docker compose with example.env and README.md #1224
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/pelican-dev/panel/pull/1177
Author: @TheDoDoo
Created: 3/27/2025
Status: ❌ Closed
Base:
main← Head:all-in-one-docker-compose📝 Commits (1)
87083abadd 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.ymlthat directly includes thedatabaseandRedis. Additionally, there is a.envfile 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.