mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-11-20 03:12:36 +00:00
Bump nginx to 1.29.3 and refactor the building/testing
This commit is contained in:
14
tests/docker-compose.yml
Normal file
14
tests/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
nginx:
|
||||
build:
|
||||
context: ..
|
||||
args:
|
||||
ARG_NGINX_VERSION: ${NGINX_VERSION}
|
||||
volumes:
|
||||
- ./nginx.conf:/usr/local/nginx/conf/nginx.conf:ro
|
||||
- /tmp/nginx-ssl/cert.pem:/tmp/cert.pem:ro
|
||||
- /tmp/nginx-ssl/cert.key:/tmp/cert.key:ro
|
||||
- /tmp/nginx-ssl/dhparams.pem:/tmp/dhparams.pem:ro
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
Reference in New Issue
Block a user