Receipt App
Documentation gap
Business owner, source repository, authentication model, data store, and backup requirements must be recorded.
Overview
| Field | Value |
|---|---|
| Purpose | Receipt-processing application |
| Business function | To be verified |
| Owner | To be verified |
| Criticality | To be assessed |
| Image | Locally built receiptapp-receiptapp |
| Route | receipt.kh3group.com |
Architecture
The application is exposed through Traefik on aproxy. No persistent mount was visible in the container inspection.
Installation
Docker Compose at /root/receiptapp/docker-compose.yml; image is built locally.
Configuration
- Network:
aproxy - Container port:
80 - Restart policy:
always - Persistent data: none visible; verify whether data is external or ephemeral
Operational Procedures
cd /root/receiptapp
docker compose logs --tail=200 receiptapp
docker compose build --pull
docker compose up -d
Identify and back up the actual data store before rebuilding.
Troubleshooting
- Check application logs and Traefik route.
- Verify image build source and dependency availability.
- Treat container-local data as disposable unless proven otherwise.