docker compose up --build -d
open http://localhost:9001
See: /env/minio.env
Bucket name: litestream
Postman Collection: postman_collection.json
Comment out the SQLite database COPY
instruction in /api/Dockerfile
# SQLite database:
# COPY items.db /var/api/data/
docker compose up --build -d
Postman Collection: postman_collection.json
The Get Items
query should return the same items that were in the database at the time it was deleted.