diff --git a/.env.docker b/.env.docker index 961028dc7..daeb892fa 100644 --- a/.env.docker +++ b/.env.docker @@ -10,6 +10,7 @@ APP_URL=http://localhost APP_ID= APP_IPPR= APP_PORT=2222 +APP_SSL_PORT= APP_DEV_PORT= LOG_CHANNEL=stack diff --git a/docker-compose.yml b/docker-compose.yml index 9a36efb62..130363fa5 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,7 @@ services: image: "nginx:alpine" ports: - "${APP_PORT}:80" + - "${APP_SSL_PORT:-}:443" volumes: - ./docker/nginx:/etc/nginx/conf.d - ./public:/var/www/public