This is a helper container for traefik. It can add, remove and update services. https://s.fascinated.cc/s/traefik-helper
Go to file
Liam 7de9e57090
Some checks failed
Publish Docker Image / docker (push) Failing after 19s
docker
2024-01-13 19:59:10 +00:00
.gitea/workflows 7 2024-01-13 19:51:28 +00:00
.vscode 7 2024-01-13 19:51:28 +00:00
src 7 2024-01-13 19:51:28 +00:00
.dockerignore 7 2024-01-13 19:51:28 +00:00
.gitignore 7 2024-01-13 19:51:28 +00:00
Dockerfile docker 2024-01-13 19:59:10 +00:00
README.md 7 2024-01-13 19:55:54 +00:00
requirements.txt 7 2024-01-13 19:51:28 +00:00

traefik-helper

This is a helper container for traefik. It can add, remove and update services.

Usage

DO NOT CHANGE: /home/config.yml

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/traefik/data/config.tml:/home/config.yml fascinated/traefik-helper:latest python src/manage.py

Example Add

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/traefik/data/config.tml:/home/config.yml fascinated/traefik-helper:latest python src/manage.py add test test.fascinated.cc http://10.0.0.10