added libreoffice
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								public/svgs/libreoffice.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/svgs/libreoffice.svg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.3 KiB  | 
							
								
								
									
										21
									
								
								templates/compose/libreoffice.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								templates/compose/libreoffice.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					# documentation: https://docs.linuxserver.io/images/docker-libreoffice/
 | 
				
			||||||
 | 
					# slogan: LibreOffice is a free and powerful office suite.
 | 
				
			||||||
 | 
					# tags: office,document,spreadsheet,presentation,open-source
 | 
				
			||||||
 | 
					# logo: svgs/libreoffice.svg
 | 
				
			||||||
 | 
					# port: 3000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  libreoffice:
 | 
				
			||||||
 | 
					    image: lscr.io/linuxserver/libreoffice:latest
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      - SERVICE_FQDN_LIBREOFFICE_3000
 | 
				
			||||||
 | 
					      - PUID=1000
 | 
				
			||||||
 | 
					      - PGID=1000
 | 
				
			||||||
 | 
					      - TZ=Etc/UTC
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - libreoffice-config:/config
 | 
				
			||||||
 | 
					    healthcheck:
 | 
				
			||||||
 | 
					      test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"]
 | 
				
			||||||
 | 
					      interval: 30s
 | 
				
			||||||
 | 
					      timeout: 10s
 | 
				
			||||||
 | 
					      retries: 3
 | 
				
			||||||
		Reference in New Issue
	
	Block a user