imajin/infrastructure/ports.yaml
2026-04-04 15:57:08 -07:00

48 lines
871 B
YAML

# @imajin Service Ports - Development
#
# Host-level service provider. lilith-platform imports this.
# Compatible with lilith-service-addresses.
#
# Usage:
# LILITH_PORTS_PATH=infrastructure/ports.yaml
#
# Range: 8001-8099 (reserved for imajin services)
# NOTE: 8004 is used by i18n.ml-service in lilith-platform
imajin:
# Core pipeline services
classifier: 8001
diffusion: 8002
prompt: 8003
processing: 8005
# Quality & safety services
aesthetic: 8006
semantic: 8007
moderator: 8008
# Identity service
identity: 8009
# Gallery image classifier
image-classifier: 8012
# Media gallery
gallery: 3150
gallery-ui: 5220
# Studio frontend
studio: 5174
# Entry points
api: 8080
app: 8090
# Infrastructure (external dependencies)
redis:
default: 6379
# Runtime configuration (dev)
runtime:
reload: true
log_level: debug