We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3001723 commit 0d2c4beCopy full SHA for 0d2c4be
docker/compose-prod.yaml
@@ -39,6 +39,8 @@ services:
39
nextjs:
40
image: ghcr.io/zenmo/holon-nextjs:${TAG}
41
environment:
42
+ # Need to set this or it seems to pick a random interface
43
+ HOSTNAME: 0.0.0.0
44
WAGTAIL_API_URL: http://wagtail:8000/wt/api/nextjs
45
NEXT_PUBLIC_WAGTAIL_API_URL: https://${WAGTAIL_HOSTNAME}/wt/api/nextjs
46
NEXT_PUBLIC_TINY_URL_API_KEY: ${NEXT_PUBLIC_TINY_URL_API_KEY}
0 commit comments