Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Retired. Old dev tool fork, not used anymore. A utility for helping run Traefik with Docker.

License

Notifications You must be signed in to change notification settings

openscholar/traefik-helper

 
 

Repository files navigation

Manage Traefik Docker container with docker-compose.

Usage:
traefik-helper.sh [ARGS...]

[ARGS...] will be passed directly to docker-compose.

Examples:
traefik-helper.sh up -d  # Bring up Traefik Docker container.
traefik-helper.sh start  # Start Traefik Docker container.
traefik-helper.sh stop   # Stop Traefik Docker container.
traefik-helper.sh down   # Bring down Traefik Docker container.


A default traefik-helper.default.yml is provided.  You may copy this file to
traefik-helper.yml and add or replace items as desired. Make sure to keep both
networks sections in place with tokens.

~NETWORK_LIST~ will be replaced by the list of current networks.
~NETWORK_SECTION~ will be replaced by the proper networks section.

About

Retired. Old dev tool fork, not used anymore. A utility for helping run Traefik with Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%