feat: Add autopush when content is modified
This commit is contained in:
parent
0b0ce61c2d
commit
4d2c270227
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue