Skip to content

Commit

Permalink
remove docker-compose warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 14, 2024
1 parent d678eff commit a3a7deb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion empty.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#first "docker-compose" file referenced by "runbundler"
#Used to make sure all paths are relative to project root,
#regardless from where the "real" docker-compose is loaded.
version: '3'
3 changes: 2 additions & 1 deletion runall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ name=`sed -ne 's/ *NAME=[ "]*\([^"]*\)"*/\1/p' $bundler`
test -z $name && name=$basename

echo "`date`: starting bundler $bundler, name=$name" | tee -a $outraw
if $root/runbundler/runbundler.sh $bundler pull-start; then
test -z "$CMD" && CMD=pull-start
if $root/runbundler/runbundler.sh $bundler $CMD ; then

echo "`date`: started bundler $bundler, name=$name" | tee -a $outraw

Expand Down
1 change: 0 additions & 1 deletion runbundler/runbundler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# docker-compose to bring up a single bundler, with all needed services
version: '3'

services:

Expand Down

0 comments on commit a3a7deb

Please sign in to comment.