[PR #1999] [MERGED] Fix migrations in docker container #1697

Closed
opened 2026-02-05 18:21:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1999
Author: @parkervcp
Created: 12/13/2025
Status: Merged
Merged: 12/14/2025
Merged by: @parkervcp

Base: mainHead: docker_fix_migrations


📝 Commits (3)

  • 961495e Fix migrations in docker container
  • c29af52 update https detection to be simpler
  • 12e7b2a remove extra semicolon

📊 Changes

2 files changed (+34 additions, -16 deletions)

View changed files

📝 compose.yml (+1 -1)
📝 docker/entrypoint.sh (+33 -15)

📄 Description

Checks if the app is installed and runs migrations

Checks if the app url is https before setting email in caddy

comment and if statement cleanup

changed example app_url in compose to http


🔄 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/1999 **Author:** [@parkervcp](https://github.com/parkervcp) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@parkervcp](https://github.com/parkervcp) **Base:** `main` ← **Head:** `docker_fix_migrations` --- ### 📝 Commits (3) - [`961495e`](https://github.com/pelican-dev/panel/commit/961495e87d687fc40d04cb37bb3367e7f0a9c226) Fix migrations in docker container - [`c29af52`](https://github.com/pelican-dev/panel/commit/c29af526ad36036a0a5498d229e5bd3c9e57259e) update https detection to be simpler - [`12e7b2a`](https://github.com/pelican-dev/panel/commit/12e7b2a20dc48cd45e9a80bbd163233ac37e463f) remove extra semicolon ### 📊 Changes **2 files changed** (+34 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `compose.yml` (+1 -1) 📝 `docker/entrypoint.sh` (+33 -15) </details> ### 📄 Description Checks if the app is installed and runs migrations Checks if the app url is https before setting email in caddy comment and if statement cleanup changed example app_url in compose to http --- <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-05 18:21:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1697