Skip to content

Commit

Permalink
Merge branch 'pu/mm/fix-docker-container-grows-over-time' into '2023.11'
Browse files Browse the repository at this point in the history
ci(docker): mark /var/lib/tine20 and /var/log as volume

See merge request tine20/tine20!6652
  • Loading branch information
byteplow committed Feb 27, 2025
2 parents a504f2f + 22399a8 commit e393549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/dockerimage/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ COPY ci/dockerimage/supervisor.d/worker.ini /etc/supervisor.d/
COPY ci/dockerimage/supervisor.d/workerLR.ini /etc/supervisor.d/
COPY ci/dockerimage/scripts/* /usr/local/bin/

VOLUME [ "/var/lib/tine20/", "/var/log/" ]
WORKDIR ${TINE20ROOT}
ENV TINE20ROOT=${TINE20ROOT}
ENV TINE20_ACTIONQUEUE=true
Expand Down

0 comments on commit e393549

Please sign in to comment.