[PR #313] [MERGED] Docker #681

Closed
opened 2026-02-04 18:42:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/313
Author: @lancepioch
Created: 6/3/2024
Status: Merged
Merged: 9/28/2024
Merged by: @lancepioch

Base: mainHead: issue/311


📝 Commits (10+)

📊 Changes

15 files changed (+207 additions, -140 deletions)

View changed files

.dockerignore (+10 -0)
📝 .env.example (+0 -1)
📝 .github/docker/entrypoint.sh (+30 -53)
📝 .github/docker/supervisord.conf (+6 -6)
Caddyfile (+11 -0)
📝 Dockerfile (+54 -37)
📝 app/Filament/Pages/Installer/PanelInstaller.php (+16 -4)
📝 app/Filament/Pages/Installer/Steps/AdminUserStep.php (+2 -2)
📝 app/Filament/Pages/Installer/Steps/EnvironmentStep.php (+2 -2)
📝 app/Http/Controllers/Auth/LoginController.php (+6 -1)
📝 app/helpers.php (+0 -31)
compose.yml (+58 -0)
📝 composer.json (+0 -1)
📝 config/database.php (+7 -1)
📝 config/panel.php (+5 -1)

📄 Description

No description provided


🔄 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/313 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `issue/311` --- ### 📝 Commits (10+) - [`508e1c9`](https://github.com/pelican-dev/panel/commit/508e1c96458472b49145487e6ce04ae6dee248fe) Add some docker - [`6b706de`](https://github.com/pelican-dev/panel/commit/6b706de23d9c72f2228e56d37734d3aa92cbed50) Don’t include this - [`478948c`](https://github.com/pelican-dev/panel/commit/478948c81b8ee2c99259adad2514d003e3696478) Use variables - [`17c0041`](https://github.com/pelican-dev/panel/commit/17c0041bfda0a9953564a2f6b37b7c2236a5ddf7) Already have defaults - [`b6e5579`](https://github.com/pelican-dev/panel/commit/b6e55795c12fc5f6e0f027e6a4216ef2e3bf7de5) Docker - [`f7cb42e`](https://github.com/pelican-dev/panel/commit/f7cb42e008727f7d1a3fe6d52878167b0ea92929) Remove old one - [`3401703`](https://github.com/pelican-dev/panel/commit/3401703ccd0f32927b67504fa5cecde28f2806ef) Use this one primarily - [`1e841ac`](https://github.com/pelican-dev/panel/commit/1e841ac40dc486bbf45d15d506380db3db5b9c37) Update variables - [`116175b`](https://github.com/pelican-dev/panel/commit/116175ba604c483ab142ce4f31e48d478ab90a4c) Store caddy config and certs in a volume - [`7d0b9af`](https://github.com/pelican-dev/panel/commit/7d0b9af21a084c8d2ff8bb94aa4570a3ebdd1b0d) Add logs volume ### 📊 Changes **15 files changed** (+207 additions, -140 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+10 -0) 📝 `.env.example` (+0 -1) 📝 `.github/docker/entrypoint.sh` (+30 -53) 📝 `.github/docker/supervisord.conf` (+6 -6) ➕ `Caddyfile` (+11 -0) 📝 `Dockerfile` (+54 -37) 📝 `app/Filament/Pages/Installer/PanelInstaller.php` (+16 -4) 📝 `app/Filament/Pages/Installer/Steps/AdminUserStep.php` (+2 -2) 📝 `app/Filament/Pages/Installer/Steps/EnvironmentStep.php` (+2 -2) 📝 `app/Http/Controllers/Auth/LoginController.php` (+6 -1) 📝 `app/helpers.php` (+0 -31) ➕ `compose.yml` (+58 -0) 📝 `composer.json` (+0 -1) 📝 `config/database.php` (+7 -1) 📝 `config/panel.php` (+5 -1) </details> ### 📄 Description _No description provided_ --- <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 18:42:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#681