Re-enable console for dev docker-compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (Lion) 2022-04-11 15:39:11 -05:00
parent e50ccfb48c
commit 25b588154c
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,9 @@ services:
GID: "${GROUP_ID:-1000}"
ports:
- "8080:8080"
- "6669:6669"
environment:
- PICTRS__TRACING__CONSOLE__ADDRESS=0.0.0.0:6669
- PICTRS__TRACING__OPENTELEMETRY__URL=http://otel:4137
links:
- "minio:pict-rs.minio"

View file

@ -67,7 +67,7 @@ targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'
#
# Connect from console
# ```
# $ tokio-console localhost 6669
# $ tokio-console http://localhost:6669
# ```
address = '0.0.0.0:6669'