simplificando rol - usar imagen custom e incluis certificados ssl
This commit is contained in:
@@ -1,25 +1,17 @@
|
||||
---
|
||||
# nombre de la imagen a bajar
|
||||
nginx_image: nginx
|
||||
|
||||
# certificado y clave privadas para HTTPS
|
||||
nginx_ssl_certificate: /etc/ssl/certs/host-rectorado.pem
|
||||
nginx_ssl_private_key: /etc/ssl/private/host-rectorado.key
|
||||
|
||||
# nombre del volumen de configuracion
|
||||
nginx_config_volume: nginx_conf
|
||||
nginx_config_volume: nginx_config
|
||||
|
||||
# nombre del volumen ssl
|
||||
nginx_ssl_volume: nginx_ssl
|
||||
|
||||
# nombre del volumen web
|
||||
nginx_webroot_volume: nginx_webroot
|
||||
|
||||
# nombre del volumen location
|
||||
nginx_location_volume: nginx_location
|
||||
|
||||
# puertos a publicar
|
||||
nginx_publish_ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
# forzar redireccion a https?
|
||||
nginx_redirect_https: yes
|
||||
|
||||
# argumentos extra para las directivas 'listen'
|
||||
nginx_http_listen_args: []
|
||||
nginx_https_listen_args: []
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
||||
Reference in New Issue
Block a user