From: Kai Moritz Date: Sat, 16 Sep 2023 16:13:37 +0000 (+0200) Subject: WIP:gitpod X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=b290b6bab0b0a867162c53fb8608c7911a3cf6f1;p=demos%2Fkafka%2Fmonitoring WIP:gitpod --- diff --git a/.gitpod.yml b/.gitpod.yml index c21217d..e213617 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,6 @@ +image: + file: .gitpod.dockerfile tasks: - - init: docker-compose pull + - name: docker-compose + init: docker-compose pull command: docker-compose up -d