inital commit

This commit is contained in:
Raphael Martin
2023-11-25 13:48:56 +01:00
parent 1060fd2465
commit 5156828e2f
5 changed files with 76 additions and 1 deletions

9
init Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
source ./.env
mkdir data
docker network create $TRAEFIK_NETWORK
docker compose up -d