ci/woodpecker/pr/ci Pipeline was canceled
A5a: gateway joins the infra compose under the 'stack' profile. Local
build default (registry-image override documented), /health healthcheck,
healthy depends_on ordering, port + secret documentation in .env.example.
Measured on scratch host: gateway healthy, /health 200 {status:ok},
webUI SPA served 200 (Mosaic Stack Dashboard), BullMQ queues on valkey,
standalone storage tier detected from env.
9 lines
425 B
Bash
9 lines
425 B
Bash
# Mosaic Stack standalone deployment (compose `stack` profile)
|
|
# Copy to .env and adjust. Port overrides exist because the defaults
|
|
# collide with common host services (and with the dev compose itself).
|
|
PG_HOST_PORT=5433
|
|
VALKEY_HOST_PORT=6380
|
|
GATEWAY_HOST_PORT=14242
|
|
# Registry image override (defaults to a local build of docker/gateway.Dockerfile):
|
|
# GATEWAY_IMAGE=git.mosaicstack.dev/mosaicstack/stack/gateway:sha-acf640d
|