Implemented draft four roulette wheel

This commit is contained in:
2022-12-06 20:20:02 +01:00
parent a190e3da77
commit ffbacdca3d
8 changed files with 85 additions and 0 deletions

View File

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