From 6e8dd1b1a9ae92fecd6a0f5d277aa2d3a243d0b2 Mon Sep 17 00:00:00 2001 From: Diego Cortassa Date: Fri, 23 Feb 2018 16:46:54 +0100 Subject: [PATCH] Added a default sleep value otherwise taiga always file tu start after docker-compose launch --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index b9c9825..6c341e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,9 @@ services: # Hostname for your instance of Taiga. Required. TAIGA_HOSTNAME: localhost + # Sleep to allow the database time to start + TAIGA_SLEEP: 5 + # Database variables. Required. TAIGA_DB_HOST: postgres TAIGA_DB_NAME: taigadb