From 8b64cb2490692d14766d005f1729ab97553007d3 Mon Sep 17 00:00:00 2001 From: Raphael Martin Date: Sun, 26 Nov 2023 12:50:13 +0100 Subject: [PATCH] intial README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 30629e6..0557cf9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # traefik_portainer +## get started + +you will need a .env file + +sample .env: + + # .env + + + PROJECT_URL=portainer.localhost + PROJECT_NAME=sample + + TRAEFIK_NETWORK=traefik_net + + + +then execute init with + + ./init + + +now the portainer installation should be accessable: https://${PROJECT_URL} +if you use the sample .env: https://portainer.localhost