21 lines
382 B
Markdown
21 lines
382 B
Markdown
# traefik watchtower
|
|
|
|
### get started
|
|
|
|
generate a token in your gotify and create a .env file
|
|
|
|
sample .env:
|
|
|
|
# .env
|
|
|
|
PROJECT_URL=watchtower.localhost
|
|
PROJECT_NAME=sample
|
|
|
|
GOTIFY_URL=gotify.localhost
|
|
GOTIFY_TOKEN=YOUR_GENERATED_GOTIFY_TOKEN
|
|
|
|
# the traefik network you want to use
|
|
TRAEFIK_NETWORK=traefik_net
|
|
|
|
then execute the first time the init script
|