Go to file
2023-12-05 11:47:02 +01:00
.env.sample inital commit 2023-11-26 12:46:47 +01:00
.gitignore add gitignore 2023-11-26 12:55:39 +01:00
docker-compose.yml changed version 2023-12-05 11:42:30 +01:00
init inital commit 2023-11-26 12:47:50 +01:00
LICENSE Initial commit 2023-11-26 12:31:53 +01:00
README.md intial README.md 2023-11-26 12:50:13 +01:00

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