feat: Add autopush when content is modified
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user