Add README

This commit is contained in:
D. Scott Boggs 2023-08-17 18:48:58 +00:00
parent 6d2b48ec94
commit d4f6eb139c

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# 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-compose up -d`
See the [Wiki page](https://git.tams.tech/TWS/meta/wiki/infrastructure%2Freverse-proxy.-)