inital commit

This commit is contained in:
Raphael Martin
2023-11-24 17:46:05 +01:00
parent a3ffd4cf97
commit d5d60e2fa6
8 changed files with 139 additions and 0 deletions

12
init Executable file
View File

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