forked from onflow/fcl-dev-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
24 lines (24 loc) · 900 Bytes
/
docker-compose.yml
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:
wallet:
build: .
ports:
- "8701:8701"
environment:
- PORT=8701
- FLOW_ACCESS_NODE=http://emulator:8080
- FLOW_ACCOUNT_KEY_ID=0
- FLOW_ACCOUNT_PRIVATE_KEY=84f82df6790f07b281adb5bbc848bd6298a2de67f94bdfac7a400d5a1b893de5
- FLOW_ACCOUNT_PUBLIC_KEY=4519e9fbf966c6589fafe60903c0da5f55c5cb50aee5d870f097b35dfb6de13c170718cd92f50811cdd9290e51c2766440b696e0423a5031ae482cca79e3c479
- FLOW_INIT_ACCOUNTS=0
- FLOW_ACCOUNT_ADDRESS=0xf8d6e0586b0a20c7
- FLOW_AVATAR_URL=https://avatars.onflow.org/avatar/
emulator:
image: gcr.io/flow-container-registry/emulator:0.20.2
ports:
- "8080:8080"
- "3569:3569"
environment:
- FLOW_SERVICEPRIVATEKEY=84f82df6790f07b281adb5bbc848bd6298a2de67f94bdfac7a400d5a1b893de5
- FLOW_SERVICEKEYSIGALGO=ECDSA_P256
- FLOW_SERVICEKEYHASHALGO=SHA3_256