adding basic grpc to volume server

This commit is contained in:
Chris Lu
2018-10-11 01:16:33 -07:00
parent 64ed47502b
commit 556382ff5f
8 changed files with 364 additions and 12 deletions

View File

@@ -7,8 +7,15 @@ RUN apk add --no-cache --virtual build-dependencies --update wget curl ca-certif
apk del build-dependencies && \
rm -rf /tmp/*
# volume server gprc port
EXPOSE 18080
# volume server http port
EXPOSE 8080
# filer server gprc port
EXPOSE 18888
# filer server http port
EXPOSE 8888
# master server shared gprc+http port
EXPOSE 9333
VOLUME /data