trying to get traefik to work.

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • make-my-server

    Docker Compose with Traefik and lots of services

  • If you want to have a full traefik configuration with docker-compose, feel free to check out this : https://github.com/tomMoulard/make-my-server/tree/master/traefik

  • whoami

    Tiny Go server that prints os information and HTTP request to output

  • version: '3.9' services: traefik: image: traefik:v2.6 command: - --providers.docker - --entrypoints.web.address=:80 - --entrypoints.websecure.address=:443 ports: - "80:80" - "443:443" volumes: - /var/run/docker.sock:/var/run/docker.sock whoami: image: traefik/whoami # https://github.com/traefik/whoami command: -name whoami labels: traefik.http.routers.whoami.rule: Host(`whoami.localhost`)

  • 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

  • Is there a list of commands I can use for docker-compose files?

    2 projects | /r/docker | 20 Mar 2023
  • Traefik docker compose and plugins

    1 project | /r/Traefik | 17 Oct 2022
  • Help | Traefik with Nextcloud

    1 project | /r/Traefik | 7 Sep 2022
  • Traefik + Searx docker-compose file

    2 projects | /r/Traefik | 31 Aug 2022
  • help with qbittorrent and traefik

    3 projects | /r/Traefik | 31 Mar 2022