From 3f0a907b57acf960d6befab3d943982d956e2474 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 6 Jul 2021 11:49:09 +0200 Subject: [PATCH] Try to avoid release logic automation bug See https://git.autonomic.zone/coop-cloud/abra/issues/174. --- compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 3a999d4..ec9e019 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: - internal - proxy entrypoint: /docker-entrypoint.sh - command: > + command: | bash -c "for i in `seq 1 30`; do node main.js && @@ -72,10 +72,8 @@ services: # it will run the command and remove himself (it will not stay running) mongo-init-replica: image: mongo:4.4 - command: > + command: | bash -c - - "for i in `seq 1 30`; do mongo db/rocketchat --eval \" rs.initiate({