From ebdcbbc693a2c9bacdcae42252a6f77ed1568395 Mon Sep 17 00:00:00 2001 From: Kipchumba Bett Date: Wed, 18 Dec 2024 12:18:28 +0300 Subject: [PATCH] OZ-573: Run Ozone FOSS with SSO enabled on Gitpod --- .gitpod.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index a9bff1d..e94626f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,7 +2,7 @@ tasks: - name: Run Ozone FOSS before: sudo apt-get update && sudo apt-get install -y gettext-base && sudo rm -rf /var/lib/apt/lists/* init: scripts/mvnw clean package - command: source target/go-to-scripts-dir.sh && ./start-demo.sh + command: source target/go-to-scripts-dir.sh && ./start-demo-with-sso.sh ports: - name: OpenMRS description: OpenMRS 3 @@ -11,9 +11,6 @@ ports: - name: Odoo description: Odoo port: 8069 - - name: Superset - description: Superset - port: 8088 - name: SENAITE description: SENAITE port: 8081