Skip to content
Snippets Groups Projects
Commit 192d8500 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 6ae4a103
Branches
No related tags found
5 merge requests!752Resolve L2SS-1525 "Migrate minio",!751Resolve L2SS-1340 "Deploy monitoring to nomad",!750Resolve L2SS-1341 "Migrate tango2nomad",!749Resolve L2SS-1342 "Migrate jupyter",!710L2SS-1341: Migrate tango to nomad
......@@ -41,8 +41,7 @@ services:
- ..:/opt/lofar/tango:rw
entrypoint: ''
command: >
sh -c "until [ \
\"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq \"200\" ]
sh -c "until [ \"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq \"200\" ]
do
sleep 1
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment