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 5d55db074e
All checks were successful
Publish Docker Image / docker (push) Successful in 2m19s
7
2024-01-13 19:59:52 +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 7 2024-01-13 19:59:52 +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