adding browserless service
This commit is contained in:
		
							
								
								
									
										1
									
								
								public/svgs/browserless.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								public/svgs/browserless.svg
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 83.14 159.66"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="-19.19" y1="72.36" x2="89.91" y2="101.6" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#faed24"/><stop offset="0.5" stop-color="#f79421"/><stop offset="1" stop-color="#d41c5c"/></linearGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><polygon class="cls-1" points="53.43 71.61 53.43 31.67 35.58 21.11 35.58 109.91 65.24 96 65.24 115.47 17.96 138.97 18 123.48 18 10.44 0.2 0 0 148.13 17.16 159.66 83.14 126.89 83.08 89.09 53.43 71.61"/></g></g></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 711 B  | 
							
								
								
									
										17
									
								
								templates/compose/browserless.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								templates/compose/browserless.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					# documentation: https://docs.browserless.io/
 | 
				
			||||||
 | 
					# slogan: A headless Chrome browser as a service .
 | 
				
			||||||
 | 
					# tags: chrome,headless,browser,service
 | 
				
			||||||
 | 
					# logo: svgs/browserless.svg
 | 
				
			||||||
 | 
					# port: 3000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  browserless:
 | 
				
			||||||
 | 
					    image: ghcr.io/browserless/chromium
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      - TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
 | 
				
			||||||
 | 
					      - SERVICE_FQDN_BROWSERLESS_3000
 | 
				
			||||||
 | 
					    healthcheck:
 | 
				
			||||||
 | 
					      test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
 | 
				
			||||||
 | 
					      interval: 2s
 | 
				
			||||||
 | 
					      timeout: 10s
 | 
				
			||||||
 | 
					      retries: 15
 | 
				
			||||||
		Reference in New Issue
	
	Block a user