fix(deploy): forward MODULES_ENTITLED into the server container (default parking,validation)
Build & push images / images (push) Successful in 3m19s
Build & push images / images (push) Successful in 3m19s
The Komodo stack env alone is compose interpolation input; only variables in the
service's environment: block reach the container. Without it every booth on 55d6242
had Car Wash entitled (unset = every module).
Claude-Session: https://claude.ai/code/session_01FWncR69HgGPuei1dLrW3cU
This commit is contained in:
@@ -35,6 +35,12 @@ services:
|
||||
# The booth WS live feed checks the browser Origin — must list the address operators
|
||||
# actually hit (e.g. http://<booth-ip>:3000), or the live feed is rejected.
|
||||
WS_ALLOWED_ORIGINS: ${WS_ALLOWED_ORIGINS:-}
|
||||
# Venue modules this site is ENTITLED to (vendor decision, per stack in Komodo; the site
|
||||
# admin activates within this set in Setup → Site). Only variables listed HERE reach the
|
||||
# container — a value in the Komodo stack env alone does nothing (found 2026-09-06: every
|
||||
# booth had Car Wash on). Default = what booths had before modules existed; the server
|
||||
# treats a BLANK value as "every module", so never set it to "" on a booth.
|
||||
MODULES_ENTITLED: ${MODULES_ENTITLED:-parking,validation}
|
||||
volumes:
|
||||
- parking-data:/data
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user