This commit is contained in:
Marco Ochse 2018-05-28 21:45:43 +00:00
parent 5b11952899
commit a4bfa08393
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@ services:
read_only: true
volumes:
- /data/tanner/log:/var/log/tanner
- /data/tanner/files:/opt/tanner/files
depends_on:
- tanner_api
- tanner_web

View file

@ -4,6 +4,7 @@ FROM alpine
RUN apk -U --no-cache add \
build-base \
git \
libcap \
linux-headers \
python3 \
python3-dev && \