Compare commits

...

4 Commits

Author SHA1 Message Date
Raphael Martin
6212b71a33 changed licens wrong name 2024-01-05 21:06:31 +01:00
Raphael Martin
fff1d109f3 changed version 2023-12-05 11:42:30 +01:00
Raphael Martin
85036f6122 add gitignore 2023-11-26 12:55:39 +01:00
Raphael Martin
8b64cb2490 intial README.md 2023-11-26 12:50:13 +01:00
4 changed files with 26 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 a2g_dockerized
Copyright (c) 2023 altogether
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

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

View File

@@ -1,4 +1,4 @@
version: '1'
version: '3.8'
networks:
default: