Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ services:
condition: service_healthy
redis:
condition: service_started
tempo:
condition: service_started
prometheus:
condition: service_started
memcached:
condition: service_started
grafana:
condition: service_started
expose:
- 8080
env_file:
Expand All @@ -35,6 +43,10 @@ services:
FIDES__SECURITY__BASTION_SERVER_SSH_PRIVATE_KEY: ${FIDES__SECURITY__BASTION_SERVER_SSH_PRIVATE_KEY-}
SAAS_OP_SERVICE_ACCOUNT_TOKEN: ${SAAS_OP_SERVICE_ACCOUNT_TOKEN-}
SAAS_SECRETS_OP_VAULT_ID: ${SAAS_SECRETS_OP_VAULT_ID-}
FIDES__TRACING__OTLP_ENDPOINT: "http://tempo:4317"
FIDES__TRACING__OTLP_PROTOCOL: "grpc"
FIDES__TRACING__ENABLED: "true"

volumes:
- type: bind
source: .
Expand Down Expand Up @@ -315,6 +327,9 @@ services:
fides-2:
condition: service_healthy

include:
- path: ./docker/telemetry/docker-compose.yml

volumes:
postgres: null

Expand Down
Loading
Loading