Add harbor

This commit is contained in:
Tobias Reisinger 2023-01-01 16:40:38 +01:00
parent 2b6341bff3
commit 47fdf00e6c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 509 additions and 6 deletions
harbor

12
harbor/restart Executable file
View file

@ -0,0 +1,12 @@
#!/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