From 49e1a85ef232742f0316e23b960df5c671f1bf0c Mon Sep 17 00:00:00 2001 From: Raphael Martin Date: Sat, 25 Nov 2023 14:07:15 +0100 Subject: [PATCH] changed README.md --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69b06a3..c0e3920 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # traefik -### get started +## get started you will need a .env file sample .env: - + # .env PROJECT_NAME=sample @@ -16,8 +16,24 @@ place the tls crt and key in the tls-data and append them also to the tls.yml -then execute init +then execute init with + + chmod +x init && ./init + +now traefik gui should be accessable: https://${PROJECT_URL} +if you use the sample .env: https://localhost -### additional links +## test your compose network + +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/) \ No newline at end of file -- 2.45.2