Update stack.production.yml
This commit is contained in:
		
							parent
							
								
									882c638909
								
							
						
					
					
						commit
						8c28d3c2f0
					
				| 
						 | 
					@ -9,7 +9,7 @@ networks:
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    # image: docker.io/library/redis:alpine
 | 
					    # image: docker.io/library/redis:alpine
 | 
				
			||||||
    image: git.nixc.us/colin/searxng:staging-redis
 | 
					    image: git.nixc.us/colin/searxng:production-redis
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - default
 | 
					      - default
 | 
				
			||||||
      - traefik
 | 
					      - traefik
 | 
				
			||||||
| 
						 | 
					@ -28,7 +28,7 @@ services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  searxng:
 | 
					  searxng:
 | 
				
			||||||
    # image: searxng/searxng:latest
 | 
					    # image: searxng/searxng:latest
 | 
				
			||||||
    image: git.nixc.us/colin/searxng:staging-searxng
 | 
					    image: git.nixc.us/colin/searxng:production-searxng
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - default
 | 
					      - default
 | 
				
			||||||
      - traefik
 | 
					      - traefik
 | 
				
			||||||
| 
						 | 
					@ -44,12 +44,12 @@ services:
 | 
				
			||||||
      labels:
 | 
					      labels:
 | 
				
			||||||
        traefik.docker.network: traefik
 | 
					        traefik.docker.network: traefik
 | 
				
			||||||
        traefik.enable: "true"
 | 
					        traefik.enable: "true"
 | 
				
			||||||
        traefik.http.routers.production _searxng.entrypoints: websecure
 | 
					        traefik.http.routers.production_searxng.entrypoints: websecure
 | 
				
			||||||
        traefik.http.routers.production _searxng.rule: Host(`searx.nixc.us`)
 | 
					        traefik.http.routers.production_searxng.rule: Host(`searx.nixc.us`)
 | 
				
			||||||
        traefik.http.routers.production _searxng.tls: "true"
 | 
					        traefik.http.routers.production_searxng.tls: "true"
 | 
				
			||||||
        traefik.http.routers.production _searxng.tls.certresolver: letsencryptresolver
 | 
					        traefik.http.routers.production_searxng.tls.certresolver: letsencryptresolver
 | 
				
			||||||
        traefik.http.services.production _searxng.loadbalancer.server.port: '8080'
 | 
					        traefik.http.services.production_searxng.loadbalancer.server.port: '8080'
 | 
				
			||||||
        traefik.http.routers.production _searxng.service: production _searxng
 | 
					        traefik.http.routers.production_searxng.service: production_searxng
 | 
				
			||||||
        traefik.tags: traefik
 | 
					        traefik.tags: traefik
 | 
				
			||||||
    # logging:
 | 
					    # logging:
 | 
				
			||||||
    #   driver: "gelf"
 | 
					    #   driver: "gelf"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue