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