This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/harbor/restart
2023-01-01 16:40:38 +01:00

12 lines
254 B
Bash
Executable file

#!/usr/bin/sh
. ./.secret.env
envsubst < harbor.template.yml > harbor.yml
docker-compose down -v
./prepare --with-trivy --with-chartmuseum
sed -i "s/^.*proxy_set_header X-Forwarded-Proto.*$//g" ./common/config/nginx/nginx.conf
docker-compose up -d