feat(ssl): add autimation for ssl configurations (scripts/setup-ssl) with given custom-ssl/privatekey.pem and custom-ssl/fullchain.pem credentials
This commit is contained in:
7
run.sh
7
run.sh
@@ -63,6 +63,13 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo ""
|
||||
if [ -f "./scripts/setup-ssl.sh" ]; then
|
||||
bash ./scripts/setup-ssl.sh
|
||||
else
|
||||
echo -e "${YELLOW}[WARNING] ./scripts/setup-ssl.sh not found. Skipping SSL setup.${NC}"
|
||||
fi
|
||||
|
||||
echo -e "\n${CYAN}Starting GitLab via Docker Compose...${NC}"
|
||||
docker compose up -d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user