Compare commits

..

No commits in common. "1d85d0cc4e23f55ad025c729b0afa3ec1b847740" and "55d174e16b8fabdbd29a8ec13bc3fc5aa909c567" have entirely different histories.

View File

@ -1,6 +1,6 @@
# traefik # traefik
## get started ### get started
you will need a .env file you will need a .env file
@ -16,24 +16,8 @@ place the tls crt and key in the tls-data
and append them also to the tls.yml and append them also to the tls.yml
then execute init with then execute init
chmod +x init && ./init
now traefik gui should be accessable: https://${PROJECT_URL}
if you use the sample .env: https://localhost
## test your compose network ### additional links
to test your traefik network you can start the whoami compose with:
docker compose -f ./docker-compose-whoami.yml up -d
you can stop the whoami with
docker compose -f ./docker-compose-whoami.yml down -v
## additional links
- [traefik docu](https://doc.traefik.io/traefik/) - [traefik docu](https://doc.traefik.io/traefik/)