makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
29.5k stars 1.62k forks source link

[bug]: Container plane-app-proxy-1 does not start after host restart (self hosted) #4421

Open j3mu5 opened 4 months ago

j3mu5 commented 4 months ago

Is there an existing issue for this?

Current behavior

Plane is self-hosted in the latest version (0.19.0) and was installed according to the instructions for Docker: https://docs.plane.so/self-hosting/methods/docker-compose.

When restarting the operating system (alpine linux), all containers start except plane-app-proxy-1 - this must be started manually.

It would be desirable if plane-app-proxy-1 also started.

Steps to reproduce

Reboot

Environment

Production

Browser

None

Variant

Self-hosted

Version

0.19.0

Vercety87 commented 4 months ago

Same for me, would be great to add restart: unless-stopped to the proxy service

j3mu5 commented 2 months ago

I think a solution would be to add a line in deploy/selfhost/docker-compose.yml. Below proxy: an addotional line restart: unless-stopped should fix the issue.

mguptahub commented 2 months ago

This has been taken care of in PR 5288