Add a stop timeout to gitea docker-compose up

It's possible that we're not allowing long enough time for mariadb
to stop cleanly. https://github.com/docker-library/mariadb/issues/201
indicates that adding a stop time might be useful. The default is 10,
bump it to 60.

Change-Id: Id7a815d1508fe6d8f79818c9109cbf89533bb2a6
This commit is contained in:
Monty Taylor 2019-03-05 08:18:51 +00:00
parent 655ae66c84
commit 930b64c96b

View File

@ -43,7 +43,7 @@
chdir: /etc/gitea-docker/
- name: Run docker-compose up
shell:
cmd: docker-compose up -d
cmd: docker-compose up -d --timeout 60
chdir: /etc/gitea-docker/
- name: Check if root user exists
uri: