Go to file
2023-12-05 11:45:01 +01:00
.env.sample inital commit 2023-11-25 13:48:56 +01:00
.gitignore inital commit 2023-11-25 13:48:56 +01:00
docker-compose.yml changed version 2023-12-05 11:41:46 +01:00
init changed data store to .env variable 2023-11-27 12:40:15 +01:00
LICENSE Initial commit 2023-11-25 13:47:27 +01:00
README.md changed data store to .env variable 2023-11-27 12:40:15 +01:00

traefik gotify

get started

create a .env file

sample .env:

# .env

APP_USER=YOURUSER
APP_PASSWORD=YOURPASSWORD

PROJECT_URL=git.localhost

PROJECT_NAME=sample

# the traefik network you want to use 
TRAEFIK_NETWORK=traefik_net

PROJECT_DATA=./data

then execute the first time the init script