Compare commits

...

3 Commits

Author SHA1 Message Date
rama
1d85d0cc4e Merge pull request 'changed README.md' (#2) from testing into main
Reviewed-on: #2
2023-11-25 14:09:37 +01:00
rama
d3c4eb3e11 Merge branch 'main' into testing 2023-11-25 14:08:59 +01:00
Raphael Martin
49e1a85ef2 changed README.md 2023-11-25 14:07:15 +01:00

View File

@ -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/)