From 3f18ad81c47bfa15002d6a7e73843f1fb7737547 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 16 Sep 2023 17:56:18 +0200 Subject: [PATCH] WIP:gitpod --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..c21217d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: docker-compose pull + command: docker-compose up -d -- 2.20.1