|
|
|
@ -24,7 +24,7 @@ nginx_docker: {
|
|
|
|
name: "{{ nginx_id }}",
|
|
|
|
name: "{{ nginx_id }}",
|
|
|
|
image_name: "{{ nginx_image }}",
|
|
|
|
image_name: "{{ nginx_image }}",
|
|
|
|
image_version: alpine,
|
|
|
|
image_version: alpine,
|
|
|
|
labels: "{{ nginx_labels }}",
|
|
|
|
labels: "{{ nginx_labels + ( nginx_labels_additional | default([])) }}",
|
|
|
|
volumes: [
|
|
|
|
volumes: [
|
|
|
|
"{{ service_base_path }}/{{ inventory_hostname }}/dist:/usr/share/nginx/html",
|
|
|
|
"{{ service_base_path }}/{{ inventory_hostname }}/dist:/usr/share/nginx/html",
|
|
|
|
"{{ service_base_path }}/{{ inventory_hostname }}/conf/nginx.conf:/etc/nginx/conf.d/default.conf"
|
|
|
|
"{{ service_base_path }}/{{ inventory_hostname }}/conf/nginx.conf:/etc/nginx/conf.d/default.conf"
|
|
|
|
|