Rename supervisor.conf.j2 to be descriptive

supervisor.conf.j2 file is the template for supervisor.conf file for the web container rename to supervisor_web.conf make it more clear that it is use for the web container
This commit is contained in:
Hao Liu
2023-03-29 19:14:12 -04:00
parent 13b9a6c5e3
commit 0cc02d311f
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
src: "{{ item }}.j2"
dest: "{{ dockerfile_dest }}/{{ template_dest }}/{{ item }}"
with_items:
- "supervisor.conf"
- "supervisor_web.conf"
- "supervisor_task.conf"
- "supervisor_rsyslog.conf"