changed data store to .env variable

This commit is contained in:
Raphael Martin
2023-11-27 12:40:15 +01:00
parent 5156828e2f
commit c706667bb1
3 changed files with 6 additions and 3 deletions

3
init
View File

@ -2,7 +2,8 @@
source ./.env
mkdir data
mkdir -p ${PROJECT_DATA}/${PROJECT_NAME}-gotify/gotify
mkdir -p ${PROJECT_DATA}/${PROJECT_NAME}-gotify/db
docker network create $TRAEFIK_NETWORK