portainer: copy nginx conf
This commit is contained in:
parent
1ad9787b17
commit
f5824a5ffe
|
@ -10,4 +10,10 @@
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
state: started
|
state: started
|
||||||
|
- name: copy nginx conf
|
||||||
|
template:
|
||||||
|
src: portainer.conf.j2
|
||||||
|
dest: "{{ data_folder }}/nginx/conf.d/{{ role_name }}.{{ base_domain }}.conf"
|
||||||
|
mode: "755"
|
||||||
|
notify: reload nginx
|
Loading…
Reference in New Issue