File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
aemdw_logs_path : " {{ aemdw_project_root }}/log"
24
24
docker_repository : aeternity/ae_mdw
25
25
docker_tag : " latest"
26
- accounts_path : /home/aeternity/node/local/rel/aeternity/ data/aecore/.genesis/accounts_test.json
27
- contracts_path : /home/aeternity/node/local/rel/aeternity/ data/aecore/.genesis/contacts_test.json
26
+ accounts_path : /home/aeternity/node/data/aecore/.genesis/accounts_test.json
27
+ contracts_path : /home/aeternity/node/data/aecore/.genesis/contacts_test.json
28
28
# Label used for datadog tagging and ENV file planting
29
29
env : unknown
30
30
125
125
# mount to default path?
126
126
AETERNITY_CONFIG : " /home/aeternity/aeternity.yaml"
127
127
# this is default? If the config file is mdw specific we don't need overwrite
128
- AE__CHAIN__DB_PATH : " /home/aeternity/node/local/rel/aeternity/ data/mnesia"
128
+ AE__CHAIN__DB_PATH : " /home/aeternity/node/data/mnesia"
129
129
ENABLE_CONSOLE_LOG : " true"
130
130
volumes :
131
- - " {{ aemdw_db_path }}/mnesia:/home/aeternity/node/local/rel/aeternity/ data/mnesia"
132
- - " {{ aemdw_db_path }}/mdw.db:/home/aeternity/node/local/rel/aeternity/ data/mdw.db"
131
+ - " {{ aemdw_db_path }}/mnesia:/home/aeternity/node/data/mnesia"
132
+ - " {{ aemdw_db_path }}/mdw.db:/home/aeternity/node/data/mdw.db"
133
133
- " {{ aemdw_logs_path }}:/home/aeternity/node/ae_mdw/log"
134
134
- " {{ aemdw_project_root }}/accounts.json:{{ accounts_path }}"
135
135
- " {{ aemdw_project_root }}/contracts.json:{{ contracts_path }}"
Original file line number Diff line number Diff line change 94
94
update_cache : true
95
95
pkg :
96
96
- sudo
97
+ - acl
97
98
- docker-ce
98
99
- build-essential
99
100
- python3-pip
You can’t perform that action at this time.
0 commit comments