forked from AmbireTech/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose-mac.yml
More file actions
24 lines (23 loc) · 939 Bytes
/
docker-compose-mac.yml
File metadata and controls
24 lines (23 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: "3"
services:
trezor-user-env-mac:
container_name: trezor-user-env.mac
image: ghcr.io/trezor/trezor-user-env:b3b12fac7bcb069ebcb8f29135e5baae73af722d
ports:
- "9001:9001"
- "9002:9002"
- "21326:21326"
- "127.0.0.1:21325:21326" # macos needs proxy to override the "origin" of the trezord request
environment:
- DISPLAY=docker.for.mac.host.internal:0
- REGTEST_RPC_URL=http://host.docker.internal:18021
volumes:
- ./../logs/screens:/trezor-user-env/logs/screens
- ./../src/binaries/firmware/bin/user_downloaded:/trezor-user-env/src/binaries/firmware/bin/user_downloaded
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