add filer to docker-compose and entrypoint, build from local Dockerfile

This commit is contained in:
jenkins.ow
2018-09-11 12:36:59 -07:00
parent 43ff60cb23
commit bc025d5305
3 changed files with 25 additions and 3 deletions

View File

@@ -8,10 +8,12 @@ RUN apk add --no-cache --virtual build-dependencies --update wget curl ca-certif
rm -rf /tmp/*
EXPOSE 8080
EXPOSE 8888
EXPOSE 9333
VOLUME /data
COPY filer.toml /etc/seaweedfs/filer.toml
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh