ci: Enabled backtraces on the server
This commit is contained in:
parent
98ee9c46a9
commit
70779ec148
|
|
@ -9,6 +9,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
RUST_LOG: debug
|
RUST_LOG: debug
|
||||||
RAD_PASSPHRASE: seed
|
RAD_PASSPHRASE: seed
|
||||||
|
RUST_BACKTRACE: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/radicle/heartwood:/root/
|
- /mnt/radicle/heartwood:/root/
|
||||||
init: true
|
init: true
|
||||||
|
|
@ -29,6 +30,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
environment:
|
environment:
|
||||||
RUST_LOG: debug
|
RUST_LOG: debug
|
||||||
|
RUST_BACKTRACE: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/radicle/heartwood:/root/
|
- /mnt/radicle/heartwood:/root/
|
||||||
init: true
|
init: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue