mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
13 lines
439 B
YAML
13 lines
439 B
YAML
services:
|
|
trezor-user-env-unix:
|
|
image: ghcr.io/trezor/trezor-user-env:b3b12fac7bcb069ebcb8f29135e5baae73af722d
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
network_mode: host
|
|
bitcoin-regtest:
|
|
image: ghcr.io/trezor/trezor-user-env-regtest # this is a special image that runs regtest and blockbook
|
|
depends_on:
|
|
- trezor-user-env-unix
|
|
network_mode: service:trezor-user-env-unix
|