From d56fd3e11ecff644117e6de7dbc55f0d8fc85c57 Mon Sep 17 00:00:00 2001 From: wvffle Date: Fri, 1 Jul 2022 18:30:57 +0000 Subject: [PATCH] Add COMPOSE_FILE=dev.yml to welcome message terminal --- .gitpod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3c5a406d4..afc1ba76f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -30,9 +30,13 @@ tasks: # Compile frontent docker-compose run --rm front yarn run i18n-compile - command: docker-compose up nginx + command: | + docker-compose up -d nginx + docker-compose up front api - name: Welcome to Funkwhale development! + env: + COMPOSE_FILE: dev.yml command: | clear echo ""