mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 02:38:15 +01:00
19 lines
599 B
YAML
19 lines
599 B
YAML
services:
|
|
trezor-user-env-unix:
|
|
image: ghcr.io/trezor/trezor-user-env:332cf33507d83298ed911000c6928143a18112c5
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
network_mode: host
|
|
volumes:
|
|
- ./trezor-user-env-logs:/trezor-user-env/logs
|
|
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"
|