mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
tracing
This commit is contained in:
parent
da8ed6a0e2
commit
6f3641142e
1 changed files with 5 additions and 0 deletions
|
|
@ -12,11 +12,16 @@ services:
|
|||
- "DATABASE_HOSTNAME=db"
|
||||
- "DATABASE_USERNAME=postgres"
|
||||
- "DATABASE_PASSWORD=${DB_PASSWORD}"
|
||||
- "TRACING_ENDPOINT=${TRACING_ENDPOINT}"
|
||||
- "TRACING_TLS_CERT_FILE=${TRACING_TLS_CERT_FILE}"
|
||||
- "TRACING_TLS_KEY_FILE=${TRACING_TLS_KEY_FILE}"
|
||||
networks:
|
||||
- proxy-tier
|
||||
- db-tier
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- "./keys:/keys:ro"
|
||||
|
||||
api:
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue