2023-11-24 17:40:17 +01:00
|
|
|
# traefik
|
|
|
|
|
2023-11-24 17:46:05 +01:00
|
|
|
### get started
|
|
|
|
|
|
|
|
you will need a .env file
|
|
|
|
|
|
|
|
sample .env:
|
|
|
|
|
|
|
|
# .env
|
|
|
|
|
|
|
|
PROJECT_NAME=sample
|
|
|
|
PROJECT_URL=localhost
|
|
|
|
TRAEFIK_NETWORK=traefik_net
|
|
|
|
|
|
|
|
place the tls crt and key in the tls-data
|
|
|
|
and append them also to the tls.yml
|
|
|
|
|
|
|
|
|
|
|
|
then execute init
|
|
|
|
|
|
|
|
|
|
|
|
### additional links
|
|
|
|
- [traefik docu](https://doc.traefik.io/traefik/)
|