We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cd686 commit 3500593Copy full SHA for 3500593
xmpp2/files/loglist/app.conf renamed to xmpp2/files/loglist/application.conf
xmpp2/loglist.yml
@@ -82,8 +82,8 @@
82
83
- name: Copy the application configuration file
84
ansible.builtin.copy:
85
- src: loglist/app.conf
86
- dest: '{{ host_config_dir }}/app.conf'
+ src: loglist/application.conf
+ dest: '{{ host_config_dir }}/application.conf'
87
mode: 'u,g,o=r'
88
89
- name: Set up the application container
@@ -108,6 +108,7 @@
108
volumes:
109
- '{{ host_db_init_scripts_dir }}/:/docker-entrypoint-initdb.d/'
110
- '{{ host_data_dir }}/:/{{ container_data_dir }}/'
111
+ - '{{ host_config_dir }}/application.conf:/app/conf/application.conf'
112
networks:
113
- name: loglist
114
default_host_ip: ''
0 commit comments