add receipts support
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
set -euo pipefail
|
||||
|
||||
# Production deploy helper for docker-compose.yml (not docker-compose.dev.yml).
|
||||
# Rebuilds the app image from the current working tree, then starts/restarts services.
|
||||
# Rebuilds the app image from the current working tree, then starts/restarts services
|
||||
# (app, db, minio, minio-init). Receipt storage uses in-stack MinIO unless S3_* are
|
||||
# overridden in .env. MinIO API/console: localhost:${MINIO_API_PORT:-9000} / :9001.
|
||||
#
|
||||
# Plain `docker compose up -d` reuses the local image tag and does NOT pick up
|
||||
# changes from `git pull`. Always pass --build or use this script after pulling.
|
||||
|
||||
Reference in New Issue
Block a user