1
0

feat: https a certifikaty s ca

This commit is contained in:
2026-03-01 23:40:24 +01:00
parent a321b89111
commit 69f5bb7068
9 changed files with 225 additions and 38 deletions

5
run
View File

@@ -20,6 +20,11 @@ case "$ACTION" in
"up")
docker network create $EXTERNAL_NETWORK > /dev/null 2>&1 || true
docker compose up -d
echo "\nServices are starting up..."
sleep 2
echo "\nAvailable services:"
echo "Traefik: https://traefik.${DEV_URL}"
echo "Portainer: https://portainer.${DEV_URL}"
;;
"restart")
docker compose restart