-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
25 lines (24 loc) · 924 Bytes
/
docker-compose.yaml
File metadata and controls
25 lines (24 loc) · 924 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
25
version: '3'
services:
legacy-government:
build:
context: .
image: idchain/legacy-goverment
container_name: idchain-legacy-goverment
ports:
- ${GOV_PORT-8090}:${GOV_PORT-8090}
environment:
- IDC_API_HOST=${IDC_API_HOST-172.16.0.100}
- IDC_API_PORT=${IDC_API_PORT-8000}
- GOV_HOST=${GOV_HOST-172.16.0.101}
- GOV_PORT=${GOV_PORT-8090}
- GOV_DID=${GOV_DID-Th7MpTaRZVRYnPiabds81Y}
- GOV_SEED=${GOV_SEED-0000000000000000000000Government}
- GOV_USER=${GOV_USER-government}
- GOV_PASSWORD=${GOV_PASSWORD-dummy}
- GOV_WALLET=${GOV_WALLET-governmentWallet}
- GOV_WALLET_KEY=${GOV_WALLET_KEY-dummy}
- GOV_NAME
- GOV_DESCRIPTION
- GOV_LOGO_URL
- GOV_START_UP_INTERVAL=${GOV_START_UP_INTERVAL-5000}