release: default to Web UI in Docker image, add HEALTHCHECK and APP_VERSION; CI smoke test; compose docs and dockerhub compose file

This commit is contained in:
matt 2025-08-28 20:40:19 -07:00
parent 9357a04541
commit be672ac5d2
6 changed files with 96 additions and 4 deletions

View file

@ -53,5 +53,4 @@ services:
- ${PWD}/config:/app/config
- ${PWD}/owned_cards:/app/owned_cards
working_dir: /app
command: ["bash", "-lc", "cd /app && uvicorn code.web.app:app --host 0.0.0.0 --port 8080"]
restart: "no"