Traefik config
Go to file
2023-08-18 16:56:08 +00:00
config initial commit 2023-08-17 18:44:06 +00:00
.gitignore initial commit 2023-08-17 18:44:06 +00:00
docker-compose.yml initial commit 2023-08-17 18:44:06 +00:00
README.md Remember to create the network manually! 2023-08-18 16:56:08 +00:00
traefik.yaml initial commit 2023-08-17 18:44:06 +00:00

Traefik config

This repo contains the config for a Traefik reverse proxy. To use:

  • clone this repository to the server
  • Create an application token with DigitalOcean and write it to config/do-auth.token.
  • Create an empty file for the file configuration: touch config/traefik_dynamic.yaml
  • Run docker network create web
  • Run docker-compose up -d

See the Wiki page