mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 15:47:18 +01:00
10 lines
259 B
YAML
10 lines
259 B
YAML
services:
|
|
trezor-user-env-unix:
|
|
image: ghcr.io/trezor/trezor-user-env:2427767ea800c9aac7a426d55e035e3d84f1f514
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
volumes:
|
|
- ../:/trezor-suite
|
|
network_mode: host
|