fix container names
fix bug in mastodon environmental file path
This commit is contained in:
parent
fe64dd1f82
commit
ace3a9ac83
7 changed files with 138 additions and 132 deletions
|
@ -5,7 +5,7 @@
|
|||
- name: Copy .env.production
|
||||
copy:
|
||||
src: "{{ role_path }}/files/.env.production"
|
||||
dest: "{{ service_dir }}.env.production"
|
||||
dest: "{{ service_dir }}/.env.production"
|
||||
- name: Copy Docker Compose script
|
||||
template:
|
||||
src: "{{ role_path }}/templates/docker-compose.yml.j2"
|
||||
|
|
Reference in a new issue