Skip to content

Commit

Permalink
updated docker-composeplays
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jan 16, 2024
1 parent dca50b6 commit decd696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plays/setup_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@
# Start

- name: Start client docker container without bibigrid
shell: docker compose -f docker-compose.yml up -d
shell: docker compose -f {{ client.REPO_PATH }}/docker-compose.yml up -d

become: yes
when: "'bibigrid' not in ansible_run_tags"

- name: Start docker container with bibigrid
shell: docker compose -f docker-compose.bibigrid.yml up -d
shell: docker compose -f {{ client.REPO_PATH }}/docker-compose.bibigrid.yml up -d

become: yes
tags: [ 'never', 'bibigrid' ]

0 comments on commit decd696

Please sign in to comment.