You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
467 B

description: "Traefik"
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
docker-image: traefik
docker-compose:
command: --api --docker ## Enables the web UI and tells Træfik to listen to docker
ports:
- "80:80" ## The HTTP port
- "8080:8080" ## The Web UI (enabled by --api)
host-resources:
- /var/run/docker.sock ## So that Traefik can listen to the Docker events