fix: Disable output buffering in Docker to show startup logs
This commit is contained in:
parent
69d8fd611e
commit
b3d5304bf6
2 changed files with 6 additions and 2 deletions
|
|
@ -18,6 +18,8 @@ services:
|
|||
- MONGODB_URI=mongodb://mongodb:27017
|
||||
- MONGODB_DATABASE=normogen_dev
|
||||
- JWT_SECRET=dev-jwt-secret-key-minimum-32-chars
|
||||
# Disable stdout/stderr buffering
|
||||
- RUST_LOG_STYLE=always
|
||||
depends_on:
|
||||
mongodb:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue