Compare commits

..

No commits in common. "3d860a23d3f8ccc614c9a277255326423b78e7ec" and "2f2de3a898846db2db3bebd7ffd1b61834ebea30" have entirely different histories.

5 changed files with 3 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
.data
tmp
db-data
.data

View File

0
services/pigallery/install.sh Executable file → Normal file
View File

0
services/portainer/install.sh Executable file → Normal file
View File

View File

@ -2,10 +2,9 @@ server {
listen 443 ssl;
server_name portainer.skazochnik.spb.ru;
location / {
proxy_pass http://localhost:8077;
proxy_pass http://localhost:8077
}
ssl_certificate /etc/letsencrypt/live/portainer.skazochnik.spb.ru/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/portainer.skazochnik.spb.ru/privkey.pem; # managed by Certbot
}
}