diff --git a/docker/4_run/run.docker b/docker/4_run/run.docker index a8e7195..7cb95d8 100755 --- a/docker/4_run/run.docker +++ b/docker/4_run/run.docker @@ -30,6 +30,7 @@ RUN pip3 install --no-index --find-links=/data/wheelhouse -r /data/wheelhouse/re VOLUME /data/git VOLUME /data/config VOLUME /data/storage +VOLUME /var/log ENV USE_X_SENDFILE True diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 28df1d4..0853f28 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -20,9 +20,11 @@ blender_cloud: VIRTUAL_HOST_WEIGHT: 10 FORCE_SSL: "true" volumes: + # format: HOST:CONTAINER - /data/git:/data/git:ro - /data/config:/data/config:ro - /data/storage/pillar:/data/storage/pillar + - /data/log:/var/log links: - mongo - redis