feat: bump client-services (accumulated feature work + deploy fixes)
Snapshot of in-progress work across local_backend, manager_dashboard, and waiter_pwa (pricing, chat, fiscal, prep zones, recovery codes, CRM, inventory, permissions), plus the nginx/docker-compose deploy fixes for the Unraid + NPM reverse-proxy setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,9 +11,12 @@ services:
|
||||
- DATABASE_URL=sqlite:////app/data/pos.db
|
||||
- VERSION=${VERSION:-0.0.0}
|
||||
- HOST_IP=${HOST_IP:-}
|
||||
- MASTER_USERNAME=${MASTER_USERNAME:-}
|
||||
- MASTER_PASSWORD=${MASTER_PASSWORD:-}
|
||||
volumes:
|
||||
- ${DATA_PATH}:/app/data
|
||||
- ${LOGO_PATH}:/app/logo.png:ro
|
||||
- ${FISCAL_PATH}:/mnt/fiscal
|
||||
|
||||
waiter_pwa:
|
||||
image: ${REGISTRY}/pos-waiter:${VERSION:-latest}
|
||||
|
||||
Reference in New Issue
Block a user