Traefik + Searx docker-compose file

This page summarizes the projects mentioned and recommended in the original post on /r/Traefik

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Searx

    Discontinued Privacy-respecting metasearch engine

  • version: '2' services: searx: build: https://github.com/searx/searx.git container_name: searx restart: always volumes: - './searx:/etc/searx' ports: - '8586:8586' labels: - traefik.enable=true - traefik.docker.network=traefik - traefik.http.routers.searx.rule=Host(`searx.somedomain.com`) - traefik.http.routers.searx.entrypoints=web_secure - traefik.http.routers.searx.tls.certresolver=le_resolver networks: - default - traefik networks: default: traefik: external: true

  • make-my-server

    Docker Compose with Traefik and lots of services

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts