| 123456789101112131415161718 |
- # Isolated ports and network for the WP13 recovery rehearsal.
- DATAOPS_POSTGRES_PORT=35432
- SOURCE_POSTGRES_PORT=35433
- SOURCE_MYSQL_PORT=33306
- NEO4J_HTTP_PORT=37474
- NEO4J_BOLT_PORT=37687
- MINIO_API_PORT=39000
- MINIO_CONSOLE_PORT=39001
- N8N_PORT=35678
- KESTRA_PORT=38080
- RUNNER_PORT=35600
- BACKEND_PORT=35500
- FRONTEND_PORT=38183
- DATAOPS_NETWORK_NAME=dataops-wp13-restore-net
- # The demonstration stack keeps local-only credentials in Compose.
- # Enterprise acceptance must replace them through the approved secret channel.
- DATA_FACTORY_ACTIVATION_ENABLED=false
|