move to docker-compose.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-16 01:06:52 +02:00
parent a59981329a
commit 7b6db98976
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@
- name: Deploy compose file to '{{ droneci_runner_docker_service_directory }}' - name: Deploy compose file to '{{ droneci_runner_docker_service_directory }}'
template: template:
src: "services/droneci_runner_compose.yml.j2" src: "services/droneci_runner_compose.yml.j2"
dest: "{{ droneci_runner_docker_service_directory }}/droneci_runner_docker.yml" dest: "{{ droneci_runner_docker_service_directory }}/docker-compose.yml"
owner: root owner: root
group: root group: root
mode: 0640 mode: 0640
@ -18,8 +18,6 @@
- name: Ensure runner is up and running - name: Ensure runner is up and running
docker_compose: docker_compose:
project_src: "{{ droneci_runner_docker_service_directory }}" project_src: "{{ droneci_runner_docker_service_directory }}"
files:
- droneci_runner_docker.yml
pull: yes pull: yes
remove_orphans: yes remove_orphans: yes
stopped: "{{ droneci_runner_docker_service_stopped }}" stopped: "{{ droneci_runner_docker_service_stopped }}"