mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
17 lines
533 B
YAML
17 lines
533 B
YAML
services:
|
|
trezor-user-env-unix:
|
|
image: ghcr.io/trezor/trezor-user-env:3acc68f5889293601ac89a8fc683118d4fe3d05b
|
|
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
|
|
electrum-regtest:
|
|
image: ghcr.io/trezor/electrs:latest
|
|
ports:
|
|
- "50001:50001"
|