mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 10:43:11 +01:00
8 lines
227 B
YAML
8 lines
227 B
YAML
|
---
|
||
|
- name: rebuild docker image
|
||
|
command:
|
||
|
cmd: docker build --no-cache -t custom_openproject .
|
||
|
chdir: "{{docker_compose_instance_directory}}"
|
||
|
environment:
|
||
|
COMPOSE_HTTP_TIMEOUT: 600
|
||
|
DOCKER_CLIENT_TIMEOUT: 600
|