Added configuration for ssl with apache2 based on the nginx container

This commit is contained in:
Marcelo Garbin
2021-03-16 10:05:46 -03:00
parent d6b7d95f34
commit fb110a9d91
7 changed files with 68 additions and 18 deletions

View File

@ -423,6 +423,7 @@ services:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
- ${APACHE_HOST_LOG_PATH}:/var/log/apache2
- ${APACHE_SITES_PATH}:/etc/apache2/sites-available
- ${APACHE_SSL_PATH}:/etc/apache2/ssl
ports:
- "${APACHE_HOST_HTTP_PORT}:80"
- "${APACHE_HOST_HTTPS_PORT}:443"