compose: pin MOSAIC_STORAGE_TIER=standalone (A5d formal-run fix) (#1486)
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
Co-authored-by: marcie <[email protected]>
This commit was merged in pull request #1486.
This commit is contained in:
@@ -64,6 +64,9 @@ services:
|
|||||||
GATEWAY_PORT: '14242'
|
GATEWAY_PORT: '14242'
|
||||||
DATABASE_URL: postgresql://mosaic:mosaic@postgres:5432/mosaic
|
DATABASE_URL: postgresql://mosaic:mosaic@postgres:5432/mosaic
|
||||||
VALKEY_URL: valkey://valkey:6379
|
VALKEY_URL: valkey://valkey:6379
|
||||||
|
# The compose IS the standalone tier by declaration (mode contract:
|
||||||
|
# mode chosen at install); pinning skips cross-container probe races.
|
||||||
|
MOSAIC_STORAGE_TIER: standalone
|
||||||
# Standalone-tier secrets: generated at install (see .env.example).
|
# Standalone-tier secrets: generated at install (see .env.example).
|
||||||
# Enterprise tier replaces these with Vault/Openbao plumbing.
|
# Enterprise tier replaces these with Vault/Openbao plumbing.
|
||||||
BETTER_AUTH_SECRET: '${BETTER_AUTH_SECRET:?set in .env — openssl rand -hex 32}'
|
BETTER_AUTH_SECRET: '${BETTER_AUTH_SECRET:?set in .env — openssl rand -hex 32}'
|
||||||
|
|||||||
Reference in New Issue
Block a user