17 lines
492 B
Plaintext
17 lines
492 B
Plaintext
# Substitutions for docker-compose.dev.yaml
|
|
MONGO_INITDB_ROOT_USERNAME=stellaops
|
|
MONGO_INITDB_ROOT_PASSWORD=dev-password
|
|
MINIO_ROOT_USER=stellaops
|
|
MINIO_ROOT_PASSWORD=dev-minio-secret
|
|
MINIO_CONSOLE_PORT=9001
|
|
AUTHORITY_ISSUER=https://authority.localtest.me
|
|
AUTHORITY_PORT=8440
|
|
SIGNER_POE_INTROSPECT_URL=https://licensing.svc.local/introspect
|
|
SIGNER_PORT=8441
|
|
ATTESTOR_PORT=8442
|
|
CONCELIER_PORT=8445
|
|
SCANNER_WEB_PORT=8444
|
|
UI_PORT=8443
|
|
NATS_CLIENT_PORT=4222
|
|
SCANNER_QUEUE_BROKER=nats://nats:4222
|