inital commit

This commit is contained in:
Raphael Martin
2023-11-26 12:46:47 +01:00
parent 63834d48d3
commit 2f7a8b7fe2
3 changed files with 45 additions and 0 deletions

9
init Normal file
View File

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