Binding promiscuously in Docker to make things happen

This commit is contained in:
Timmy
2026-03-24 21:24:57 +00:00
parent 0c15be43b8
commit 49285c1865

View File

@@ -27,6 +27,8 @@ services:
- GIT_USER_EMAIL=${GIT_USER_EMAIL:?Set GIT_USER_EMAIL}
# Optional: override the server port (default 3001)
- STORKIT_PORT=3001
# Bind to all interfaces so Docker port forwarding works.
- STORKIT_HOST=0.0.0.0
# Optional: Matrix bot credentials (if using Matrix integration)
- MATRIX_HOMESERVER=${MATRIX_HOMESERVER:-}
- MATRIX_USER=${MATRIX_USER:-}