| 
									
										
										
										
											2022-09-09 13:01:05 +00:00
										 |  |  | version: "3.7"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  |   searxng:
 | 
					
						
							|  |  |  |     container_name: searxng
 | 
					
						
							| 
									
										
										
										
											2022-10-13 21:06:59 +00:00
										 |  |  |     image: searxng/searxng:2022.10.11-a7337612
 | 
					
						
							| 
									
										
										
										
											2022-09-09 13:01:05 +00:00
										 |  |  |     restart: unless-stopped
 | 
					
						
							|  |  |  |     networks:
 | 
					
						
							|  |  |  |       - tipi_main_network
 | 
					
						
							|  |  |  |     volumes:
 | 
					
						
							|  |  |  |       - "${APP_DATA_DIR}/data:/etc/searxng"
 | 
					
						
							|  |  |  |     ports:
 | 
					
						
							|  |  |  |       - ${APP_PORT}:8080
 | 
					
						
							|  |  |  |     environment:
 | 
					
						
							|  |  |  |       - BIND_ADDRESS=0.0.0.0:8080
 | 
					
						
							| 
									
										
										
										
											2022-09-09 20:33:29 +00:00
										 |  |  |       - BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}/
 | 
					
						
							| 
									
										
										
										
											2022-09-13 13:06:05 +00:00
										 |  |  |       - SECRET_KEY=${SEARXNG_SECRET_KEY}
 | 
					
						
							| 
									
										
										
										
											2022-09-09 13:01:05 +00:00
										 |  |  |     labels:
 | 
					
						
							|  |  |  |       traefik.enable: ${APP_EXPOSED}
 | 
					
						
							|  |  |  |       traefik.http.routers.searxng.rule: Host(`${APP_DOMAIN}`)
 | 
					
						
							|  |  |  |       traefik.http.routers.searxng.entrypoints: websecure
 | 
					
						
							|  |  |  |       traefik.http.routers.searxng.service: searxng
 | 
					
						
							|  |  |  |       traefik.http.routers.searxng.tls.certresolver: myresolver
 | 
					
						
							|  |  |  |       traefik.http.services.searxng.loadbalancer.server.port: 8080
 |