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
|