intial commit

This commit is contained in:
Raphael Martin
2023-11-26 17:20:07 +01:00
parent 4315503c37
commit a0b5ec1596
10 changed files with 477 additions and 1 deletions

11
init Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
source ./.env
source ./create_config
mkdir -p ${PROJECT_DATA}/frontend
mkdir -p ${PROJECT_DATA}/plugins
docker network create $TRAEFIK_NETWORK
docker compose up -d