Files
trezor-suite/docker/docker-compose.suite-ci-e2e.yml
2025-11-27 16:01:14 +01:00

17 lines
533 B
YAML

services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:d699116aef887c0a9094442d0b230e8ff4831dfe
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"