mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 16:58:32 +01:00
17 lines
555 B
YAML
17 lines
555 B
YAML
services:
|
|
trezor-user-env-unix:
|
|
network_mode: "host"
|
|
container_name: trezor-user-env.unix
|
|
image: ghcr.io/trezor/trezor-user-env:b3b12fac7bcb069ebcb8f29135e5baae73af722d
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
|
|
trezor-user-env-regtest:
|
|
container_name: trezor-user-env-regtest
|
|
image: ghcr.io/trezor/trezor-user-env-regtest
|
|
ports:
|
|
- "19021:19021" # internal blockbook port
|
|
- "19121:19121" # public blockbook port for website dashboard
|
|
- "18021:18021" # bitcoin-d rpc port
|