devops folders consolidate

This commit is contained in:
master
2026-01-25 23:27:41 +02:00
parent 6e687b523a
commit a50bbb38ef
334 changed files with 35079 additions and 5569 deletions

View File

@@ -26,17 +26,16 @@ POSTGRES_PASSWORD=ci_test_password
POSTGRES_DB=stellaops_test
# =============================================================================
# CACHE & MESSAGING
# CACHE & MESSAGING (Valkey)
# =============================================================================
# Valkey (Redis-compatible) - Port 6380 to avoid conflicts
# Valkey handles both caching and message queuing
VALKEY_CONNECTION_STRING="localhost:6380"
VALKEY_HOST=localhost
VALKEY_PORT=6380
# NATS JetStream - Port 4223 to avoid conflicts
#NATS_URL="nats://localhost:4223"
#NATS_HOST=localhost
#NATS_PORT=4223
# Queue broker using Valkey streams
QUEUE_BROKER="valkey://localhost:6380"
# =============================================================================
# MOCK CONTAINER REGISTRY