Skip to content

Commit

Permalink
Remove https from preprod
Browse files Browse the repository at this point in the history
No certificate currently available
  • Loading branch information
pascalaldo authored Dec 10, 2024
1 parent 5c84d30 commit bb14003
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ services:
restart: always # for the container to be up and running again even after the VM is brought down
volumes:
- ./static:/static # a folder, where the static content will be served from
- ./certbot/www/:/var/www/certbot/:ro # a mounted folder that links nginx with certbot
- ./certbot/conf/live/pankb.org/fullchain.pem:/etc/nginx/ssl/live/pankb.org/fullchain.pem # the SSL certificate
- ./certbot/conf/live/pankb.org/privkey.pem:/etc/nginx/ssl/live/pankb.org/privkey.pem # the SSL private key
ports:
- 80:80
- 443:443
networks:
- pankb-net

certbot:
image: certbot/certbot:latest
volumes:
- ./certbot/www/:/var/www/certbot/:rw
- ./certbot/conf/:/etc/letsencrypt/:rw

0 comments on commit bb14003

Please sign in to comment.