fix(plane): bind plane_web to 0.0.0.0 so Caddy can reach it over edge network

This commit is contained in:
ginnoir
2026-06-04 20:19:28 -05:00
parent d73008dd9c
commit 49fefd57f4
+1
View File
@@ -162,6 +162,7 @@ services:
command: node web/server.js
environment:
- NEXT_PUBLIC_API_BASE_URL=https://plane.ginnoir.com
- HOSTNAME=0.0.0.0
plane-api:
container_name: plane_api