Giter Site home page Giter Site logo

frigi83 / traefik-examples Goto Github PK

View Code? Open in Web Editor NEW
289.0 10.0 48.0 101 KB

docker-compose configurations examples for traefik

License: GNU General Public License v3.0

traefik docker docker-compose traefik-v2 traefik2 traefik-configurations traefik-dynamic-configurations traefik-docker

traefik-examples's People

Contributors

frigi83 avatar salleq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

traefik-examples's Issues

Bad English text

English is not my mother language and the text is not correct.

Please help me!

Aiuto con openblocks

Ciao mi aiuteresti con questa configurazione?
il container è openblocks:
image: "openblocksdev/openblocks-ce"
container_name: openblocks
Grazie Paolo
`

Start Traefik with the latest version

traefik:
image: traefik:v2.8
container_name: traefik
command:
# Enable Hub communication (open the port 9900 and 9901 by default)
- --experimental.hub=true
- --api.insecure=true
- --entrypoints.web.address=:80
- --providers.docker

volumes:
  - /var/run/docker.sock:/var/run/docker.sock

labels:
  traefik.http.routers.dash.rule: Host(`dash.localhost`)
  traefik.http.routers.dash.service: api@internal

ports:
  - "80:80"
  - 3000:3000

openblocks:
image: "openblocksdev/openblocks-ce"
container_name: openblocks
#ports:
# - "3000:3000"
labels:
- traefik.enable=true
- "traefik.http.routers. openblocks.rule=Host('localhost')"
- "traefik.tcp.routers.openblocks.entrypoints=tcpep"
- "traefik.tcp.routers.openblocks.service=openblocksService"
- "traefik.tcp.services.openblocksService.loadBalancer.server.port=3000"
restart: unless-stopped
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.