From 4d2c270227378ff62d1763c40ad35aedae5166dc Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 23 Mar 2020 22:59:25 +0100 Subject: [PATCH] feat: Add autopush when content is modified --- docker-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 898b212..55da78b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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