Skip to content
Snippets Groups Projects
Commit 3eb843b7 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/lakedrops#92

parent 9747f167
No related branches found
No related tags found
No related merge requests found
---
- name: Re-create Docker Network and Containers
docker_compose:
project_src: /opt/alerta
build: yes
# Use the docker compose command since pip3 docker=7.0.0 is no longer compatible with our old Ansible version.
# docker_compose:
# project_src: /opt/alerta
# build: yes
command: docker compose build && docker compose up -d
args:
chdir: /opt/alerta
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment