Added letsencrypt support

This commit is contained in:
eroncero
2025-08-04 10:09:08 +02:00
parent 022c2ea5de
commit 8eec361aa7
6 changed files with 125 additions and 8 deletions

View File

@@ -11,9 +11,10 @@ services:
- "${NGINX_HTTPS_IPV6_HOST}:${NGINX_HTTPS_IPV6_PORT}:${NGINX_CONTAINER_HTTPS_PORT}"
restart: unless-stopped
volumes:
- ./nginx-srv/sites-available:/etc/nginx/sites-available
- ./nginx-srv/www:/var/www
- ./multi-php-fpm/run/php:/run/php
- ./nginx-srv/etc/nginx/sites-available:/etc/nginx/sites-available
- ./nginx-srv/var/www:/var/www
- ./multi-php-fpm/run/php:/run/php # It will be mounted from the PHP container.
- ./nginx-srv/etc/letsencrypt:/etc/letsencrypt
multi-php-fpm:
image: eroncero/multi-php-fpm