Improve ZMQ port envvar names

This commit is contained in:
Kristóf Tóth
2019-05-27 20:11:03 +02:00
parent e44a99fa6d
commit f151ecfbac
3 changed files with 6 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ ENV TFW_PUBLIC_PORT=8888 \
TFW_LOGIN_APP_PORT=6666 \
TFW_TERMINADO_PORT=7878 \
TFW_SUPERVISOR_HTTP_PORT=9001 \
TFW_PUBLISHER_PORT=7654 \
TFW_RECEIVER_PORT=8765
TFW_PUB_PORT=7654 \
TFW_PULL_PORT=8765
EXPOSE ${TFW_PUBLIC_PORT}