inital commit

This commit is contained in:
Raphael Martin
2023-11-24 18:43:23 +01:00
parent 7f312568a7
commit 8c0f7e8fb7
5 changed files with 107 additions and 1 deletions

10
init Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
source ./.env
mkdir -p ${PROJECT_DATA}/${PROJECT_NAME}-gitea/git
mkdir -p ${PROJECT_DATA}/${PROJECT_NAME}-gitea/db
docker network create $TRAEFIK_NETWORK
docker compose up -d