Files
stack/.env.example
T
marcie 0a02a9f807
ci/woodpecker/pr/ci Pipeline was canceled
compose: stack profile — gateway service (healthcheck, secrets doc, .env.example)
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.
2026-08-30 00:31:57 -05:00

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