Port 0 disabled the web UI but broke the built-in /readyz healthcheck. Binding to 8025 keeps the UI accessible within the Docker network only (no Traefik labels) and lets the container report healthy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
114 B
Bash
5 lines
114 B
Bash
TRAEFIK_HOST=passbolt.example.com
|
|
NETWORK_NAME=falcon_network
|
|
EMAIL_FROM=passbolt@pivoine.art
|
|
EMAIL_USER=Passbolt
|