chore(features): 🔧 Update Docker Compose configs across conversation-assistant, marketplace, and merchant services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
445490d6fe
commit
a1686e5794
4 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# docker-compose down # Stop
|
||||
#
|
||||
# Environment variables (set by reconciler or .env):
|
||||
# POSTGRES_PORT=5443
|
||||
# POSTGRES_PORT=25443
|
||||
# POSTGRES_DATA_DIR=/mnt/bigdisk/_/lilith-platform/features/attributes/postgresql
|
||||
#
|
||||
# =============================================================================
|
||||
|
|
@ -61,7 +61,7 @@ volumes:
|
|||
# POSTGRES_USER=attributes
|
||||
# POSTGRES_PASSWORD=your-secure-password
|
||||
# POSTGRES_DB=attributes
|
||||
# POSTGRES_PORT=5443
|
||||
# POSTGRES_PORT=25443
|
||||
# POSTGRES_DATA_DIR=/mnt/bigdisk/_/lilith-platform/features/attributes/postgresql
|
||||
#
|
||||
# =============================================================================
|
||||
|
|
|
|||
|
|
@ -129,8 +129,8 @@ services:
|
|||
# POSTGRES_USER=postgres
|
||||
# POSTGRES_PASSWORD=devpassword
|
||||
# POSTGRES_DB=conversation_assistant
|
||||
# POSTGRES_PORT=5433
|
||||
# REDIS_PORT=6380
|
||||
# POSTGRES_PORT=25433
|
||||
# REDIS_PORT=26380
|
||||
# REDIS_MAX_MEMORY=512mb
|
||||
# ML_MODEL_ID=ministral-3b-instruct
|
||||
# ML_SERVICE_PORT=8100
|
||||
|
|
|
|||
|
|
@ -79,6 +79,6 @@ volumes:
|
|||
# POSTGRES_USER=marketplace
|
||||
# POSTGRES_PASSWORD=your-secure-password
|
||||
# POSTGRES_DB=lilith_marketplace
|
||||
# POSTGRES_PORT=5444
|
||||
# POSTGRES_PORT=25444
|
||||
#
|
||||
# =============================================================================
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ volumes:
|
|||
# POSTGRES_USER=merchant
|
||||
# POSTGRES_PASSWORD=your-secure-password
|
||||
# POSTGRES_DB=lilith_merchant
|
||||
# POSTGRES_PORT=5445
|
||||
# REDIS_PORT=6390
|
||||
# POSTGRES_PORT=25445
|
||||
# REDIS_PORT=26390
|
||||
#
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue