Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafrasenberg/docker-traefik-portainer
Docker container management with Traefik v2 and Portainer.
https://github.com/rafrasenberg/docker-traefik-portainer
docker-compose portainer reverse-proxy traefik
Last synced: 2 months ago
JSON representation
Docker container management with Traefik v2 and Portainer.
- Host: GitHub
- URL: https://github.com/rafrasenberg/docker-traefik-portainer
- Owner: rafrasenberg
- License: mit
- Created: 2020-10-02T05:07:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T15:22:31.000Z (about 2 years ago)
- Last Synced: 2024-08-01T20:52:00.437Z (5 months ago)
- Topics: docker-compose, portainer, reverse-proxy, traefik
- Homepage: https://rafrasenberg.com/docker-compose-traefik-v2/
- Size: 2.93 KB
- Stars: 118
- Watchers: 4
- Forks: 67
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker container management with Traefik v2 and Portainer
A configuration set-up for a Traefik v2 reverse proxy along with Portainer and Docker Compose.
This set-up makes container management & deployment a breeze and the reverse proxy allows for running multiple applications on one Docker host. Traefik will route all the incoming traffic to the appropriate docker containers and through the open-source app Portainer you can speed up software deployments, troubleshoot problems and simplify migrations.
Detailed explanation how to use this in my blog post:
[Docker container management with Traefik v2 and Portainer](https://rafrasenberg.com/docker-compose-traefik-v2/)## Run it
```
git clone https://github.com/rafrasenberg/docker-traefik-portainer ./src
cd src/core
docker compose up -d
```