Introduce onlyoffice
This commit is contained in:
		
					parent
					
						
							
								c2964e1707
							
						
					
				
			
			
				commit
				
					
						73db1dd077
					
				
			
		
					 6 changed files with 75 additions and 0 deletions
				
			
		|  | @ -0,0 +1,17 @@ | |||
| ## Links & Resources | ||||
| # | ||||
| # https://helpcenter.onlyoffice.com/installation/docs-community-install-docker.aspx | ||||
| 
 | ||||
| services: | ||||
|   onlyoffice: | ||||
|     image: onlyoffice/documentserver:latest | ||||
|     restart: unless-stopped | ||||
|     volumes: | ||||
|       - "./onlyoffice/DocumentServer/logs:/var/log/onlyoffice" | ||||
|       - "./onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data" | ||||
|       - "./onlyoffice/DocumentServer/lib:/var/lib/onlyoffice" | ||||
|       - "./onlyoffice/DocumentServer/db:/var/lib/postgresql" | ||||
|     ports: | ||||
|       - "8080:80" | ||||
|     environment: | ||||
|       JWT_SECRET: {{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/onlyoffice/JWT_SECRET", create=false, missing="error") }} | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 julian
					julian