mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added redis volume
This commit is contained in:
		@@ -44,6 +44,8 @@ services:
 | 
				
			|||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: redis:alpine
 | 
					    image: redis:alpine
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - redis:/data
 | 
				
			||||||
  cron:
 | 
					  cron:
 | 
				
			||||||
    image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
 | 
					    image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
@@ -58,6 +60,7 @@ services:
 | 
				
			|||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
  data:
 | 
					  data:
 | 
				
			||||||
 | 
					  redis:
 | 
				
			||||||
networks:
 | 
					networks:
 | 
				
			||||||
  default:
 | 
					  default:
 | 
				
			||||||
    driver: bridge
 | 
					    driver: bridge
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user