ATAPOLY CBT — Docker Bundle
============================

On the target machine (only Docker required):

  1. Copy this folder (DockerImages/) to the machine.
  2. Load the images:
       docker load -i atapoly-cbt-images.tar
  3. Start the stack:
       docker compose up -d
  4. Open the app:
       http://<machine-ip>:3001

Stop:        docker compose down
Stop + wipe: docker compose down -v   (deletes the database!)
Logs:        docker compose logs -f app
