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

13 lines
254 B
Text
Raw Normal View History

2023-01-01 15:40:38 +00:00
#!/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