https://github.com/mach1el/swarm-manager
Stack traefik and portainer
https://github.com/mach1el/swarm-manager
docker docker-swarm docker-swarm-mode portainer swarm swarm-cluster swarm-mode traefik-docker traefik-v2
Last synced: 1 day ago
JSON representation
Stack traefik and portainer
- Host: GitHub
- URL: https://github.com/mach1el/swarm-manager
- Owner: mach1el
- License: mit
- Created: 2022-12-13T04:00:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T07:43:46.000Z (over 1 year ago)
- Last Synced: 2025-10-04T01:43:51.614Z (1 day ago)
- Topics: docker, docker-swarm, docker-swarm-mode, portainer, swarm, swarm-cluster, swarm-mode, traefik-docker, traefik-v2
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swarm-portainer


This stack combined [Traefik](https://traefik.io/) and [Portainer](https://www.portainer.io/) to manage containers and routing traffice to you swarm services
## Generate the password
```
htpasswd -nBC 10 $TRAEFIK_USER
```## Run
```
docker stack deploy -c stack.yml manager
```## Variables
| Name | Description | Default |
|------|-------------|---------|
| [DOMAIN](#) | Set DNS for cotainers resource | `traefik.me` |
| [TRAEFIK_USER](#) | User for traefik middlewares authentication | `admin` |
| [TRAEFIK_PASSWORD](#) | Password for traefik middlewares authentication | `traefik@admin` |