Add stack.env file
This commit is contained in:
parent
9715b28f47
commit
3d67578179
|
@ -1,3 +0,0 @@
|
||||||
THRESHOLD_LISTENER_PORT=13867
|
|
||||||
THRESHOLD_RELAY_PORT=13868
|
|
||||||
THRESHOLD_API_PORT=13869
|
|
|
@ -13,3 +13,4 @@ conf/dist.sh
|
||||||
conf/blacklist.json
|
conf/blacklist.json
|
||||||
env/
|
env/
|
||||||
.idea/
|
.idea/
|
||||||
|
.env
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
||||||
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
|
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- stack.env
|
||||||
# for development
|
# for development
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
Loading…
Reference in New Issue