mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Re-enable console for dev docker-compose
This commit is contained in:
parent
e50ccfb48c
commit
25b588154c
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue