We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475d97b commit 35b3c4bCopy full SHA for 35b3c4b
1 file changed
docker-compose-next.yml
@@ -81,8 +81,8 @@ services:
81
- ${SSL_CHAIN_FILE:-/etc/letsencrypt/live/d.kernelci.org/fullchain.pem}:/etc/nginx/ssl/fullchain.pem
82
- ${SSL_KEY_FILE:-/etc/letsencrypt/live/d.kernelci.org/privkey.pem}:/etc/nginx/ssl/privkey.pem
83
ports:
84
- - 80:80
85
- - 443:443
+ - ${EXTERNAL_HTTP_PORT:-80}:80
+ - ${EXTERNAL_HTTPS_PORT:-443}:443
86
env_file: .env
87
environment:
88
PROXY_TARGET: ${PROXY_TARGET:-http://backend:8000}
0 commit comments