ci: Enabled backtraces on the server

This commit is contained in:
Adam Szkoda 2023-03-15 15:06:10 +01:00 committed by Alexis Sellier
parent 98ee9c46a9
commit 70779ec148
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
environment:
RUST_LOG: debug
RAD_PASSPHRASE: seed
RUST_BACKTRACE: 1
volumes:
- /mnt/radicle/heartwood:/root/
init: true
@ -29,6 +30,7 @@ services:
context: .
environment:
RUST_LOG: debug
RUST_BACKTRACE: 1
volumes:
- /mnt/radicle/heartwood:/root/
init: true