File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
subnet/deployment-generator/src Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ keys.json
1616node_modules
1717package-lock.json
1818generated
19- * .env
19+ * .env
20+ temp
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const config = {
2323 // observer: (process.env.VERSION_OBSERVER || 'latest'),
2424 relayer : ( process . env . VERSION_RELAYER || 'v0.2.2' ) ,
2525 stats : ( process . env . VERSION_STATS || 'v0.1.8' ) ,
26- frontend : ( process . env . VERSION_FRONTEND || 'v0.1.9 ' ) ,
26+ frontend : ( process . env . VERSION_FRONTEND || 'v0.1.10 ' ) ,
2727 csc : ( process . env . VERSION_CSC || 'v0.1.1' ) ,
2828 // zero: (process.env.VERSION_ZERO || 'v0.1.1')
2929 } ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function genServices (machine_id) {
7171 restart : 'always' ,
7272 env_file : config_path , // not used directly (injected via volume) but required to trigger restart if common.env changes
7373 volumes : [ `${ config_path } :/app/.env.local` ] ,
74- ports : [ '5000:5000 ' ] ,
74+ ports : [ '5555:5555 ' ] ,
7575 profiles : [ machine ]
7676 }
7777 const relayer = {
You can’t perform that action at this time.
0 commit comments