Skip to content

Commit 3500593

Browse files
committed
(#39) loglist: apply the configuration
1 parent 94cd686 commit 3500593

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

xmpp2/loglist.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
- name: Copy the application configuration file
8484
ansible.builtin.copy:
85-
src: loglist/app.conf
86-
dest: '{{ host_config_dir }}/app.conf'
85+
src: loglist/application.conf
86+
dest: '{{ host_config_dir }}/application.conf'
8787
mode: 'u,g,o=r'
8888

8989
- name: Set up the application container
@@ -108,6 +108,7 @@
108108
volumes:
109109
- '{{ host_db_init_scripts_dir }}/:/docker-entrypoint-initdb.d/'
110110
- '{{ host_data_dir }}/:/{{ container_data_dir }}/'
111+
- '{{ host_config_dir }}/application.conf:/app/conf/application.conf'
111112
networks:
112113
- name: loglist
113114
default_host_ip: ''

0 commit comments

Comments
 (0)