Compare commits
	
		
			2 commits
		
	
	
		
			
				aafb9cf446
			
			...
			
				eb7ea74b4a
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| eb7ea74b4a | |||
| 
							
							
								
							
							
	
	
		
			
		
	
	23ea666906 | 
						
						
							
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ services:
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: docker.io/library/redis:7.4.6@sha256:a9cc41d6d01da2aa26c219e4f99ecbeead955a7b656c1c499cce8922311b2514
 | 
					    image: docker.io/library/redis:8.2.2@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "6379:6379"
 | 
					      - "6379:6379"
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,8 @@ Wants=network-online.target
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
Type=oneshot
 | 
					Type=oneshot
 | 
				
			||||||
ExecStart=/usr/bin/docker run --rm \
 | 
					ExecStart=/usr/bin/docker run --rm \
 | 
				
			||||||
 | 
					    --pull=always \
 | 
				
			||||||
    -v "/etc/renovate/config.js:/usr/src/app/config.js" \
 | 
					    -v "/etc/renovate/config.js:/usr/src/app/config.js" \
 | 
				
			||||||
    --mount "type=volume,src=renovate,dst=/tmp/renovate" \
 | 
					    --mount "type=volume,src=renovate,dst=/tmp/renovate" \
 | 
				
			||||||
    --env "RENOVATE_BASE_DIR=/tmp/renovate" \
 | 
					    --env "RENOVATE_BASE_DIR=/tmp/renovate" \
 | 
				
			||||||
    renovate/renovate
 | 
					    docker.io/renovate/renovate:latest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue