Python urllib GET / on 127.0.0.1:8080. start_period=30s
gives uvicorn time to boot. Lets Docker mark container
unhealthy if webui wedges, and feeds Portainer +
diagnose.sh signal that the app is alive.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Dockerfile: ARG/ENV APP_VERSION, copies VERSION file
- compose: passes build arg, removes runtime env var
- webui: reads VERSION file as fallback if env not set
- deploy: explicit build step with --build-arg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
settings.json is gitignored (contains token). entrypoint.sh writes it
from OUTLINE_URL / OUTLINE_TOKEN env vars on container start.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>