File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11LOCAL_DATA = " $PWD /.local"
22PUBLIC_IP = " 127.0.0.1"
33BASED_ENV = dev
4+
5+ BASED_OP_GETH_PORT = 8645
Original file line number Diff line number Diff line change 1- export PORTAL := env (" PORTAL" , " http://0.0.0.0:8080" )
1+ export PORTAL_PORT := env (" PORTAL_PORT" , " 8080" )
2+ export PORTAL := env (" PORTAL" , " http://0.0.0.0:" + PORTAL_PORT)
23
34# Normally JQ doesn't return error if its return was empty or null. -e fixes that
45export JQ_ARGS := env (" JQ_ARGS" , " -e" )
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ services:
157157 - --registry.url=http://0.0.0.0:${REGISTRY_PORT}
158158 - --gateway.timeout_ms=200
159159 - --log.dir=/var/log/app
160+ - --port=${PORTAL_PORT}
160161 volumes :
161162 - ./config:/config
162163 - /tmp:/tmp
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ services:
158158 - --registry.url=http://0.0.0.0:${REGISTRY_PORT}
159159 - --gateway.timeout_ms=200
160160 - --log.dir=/var/log/app
161+ - --port=${PORTAL_PORT}
161162 volumes :
162163 - ./config:/config
163164 - /tmp:/tmp
You can’t perform that action at this time.
0 commit comments