Finished implementation of roulette

This commit is contained in:
2022-12-06 23:40:23 +01:00
parent 027e99f8e3
commit dd8db239d6
4 changed files with 10 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
---
- name: setup roulette-wheel
- name: recreate and build roulette-wheel
command:
cmd: docker-compose -p roulette-wheel up -d --force-recreate
cmd: docker-compose -p roulette-wheel up -d --force-recreate --build
chdir: "{{docker_compose_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600