fix(plane): bind plane_web to 0.0.0.0 so Caddy can reach it over edge network
This commit is contained in:
@@ -162,6 +162,7 @@ services:
|
|||||||
command: node web/server.js
|
command: node web/server.js
|
||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_API_BASE_URL=https://plane.ginnoir.com
|
- NEXT_PUBLIC_API_BASE_URL=https://plane.ginnoir.com
|
||||||
|
- HOSTNAME=0.0.0.0
|
||||||
|
|
||||||
plane-api:
|
plane-api:
|
||||||
container_name: plane_api
|
container_name: plane_api
|
||||||
|
|||||||
Reference in New Issue
Block a user