Liam 7de9e57090
Some checks failed
Publish Docker Image / docker (push) Failing after 19s
docker
2024-01-13 19:59:10 +00:00
7
2024-01-13 19:51:28 +00:00
7
2024-01-13 19:51:28 +00:00
7
2024-01-13 19:51:28 +00:00
7
2024-01-13 19:51:28 +00:00
7
2024-01-13 19:51:28 +00:00
2024-01-13 19:59:10 +00:00
7
2024-01-13 19:55:54 +00:00
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
Description
This is a helper container for traefik. It can add, remove and update services.
https://s.fascinated.cc/s/traefik-helper
Readme 78 KiB
Languages
Python 91.4%
Dockerfile 8.6%