Compare commits
5 Commits
bacad5a70c
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
ff8aff9392 | ||
|
fff1d109f3 | ||
|
2f4ade4ba2 | ||
|
85036f6122 | ||
|
8b64cb2490 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env
|
23
README.md
23
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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version: '1'
|
||||
version: '3.8'
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user