feat: Add autopush when content is modified

This commit is contained in:
Simon 2020-03-23 22:59:25 +01:00
parent 0b0ce61c2d
commit 4d2c270227
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,16 @@ volumes:
name: histoiredunpied-log-volume
services:
histoiredunpied-autopush:
container_name: histoiredunpied-autopush
image: kosssi/davix:0.0.1
environment:
GIT_USER: ${GIT_USER}
GIT_URL: ${GIT_URL}
GIT_REPOSITORY: ${GIT_REPOSITORY}
DOWNLOAD_URL: ${DOWNLOAD_URL}
WEBDAV_URL: ${WEBDAV_URL}
histoiredunpied:
container_name: ${NAME}
image: registry.lamelio.fr/kosssi/histoiredunpied