This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new c0ba60ecde add profiles to portals and jupyterhub services
c0ba60ecde is described below

commit c0ba60ecdee5a3e5ac9aaba5d653f219e5ec1999
Author: yasithdev <[email protected]>
AuthorDate: Sun Jul 13 19:38:08 2025 -0500

    add profiles to portals and jupyterhub services
---
 .devcontainer/docker-compose.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml
index dc80be0480..aa79808d09 100644
--- a/.devcontainer/docker-compose.yml
+++ b/.devcontainer/docker-compose.yml
@@ -81,6 +81,9 @@ services:
       - sshd
 
   portals:
+    profiles:
+      - development
+      - staging
     build:
       context: portals
       dockerfile: Dockerfile
@@ -96,6 +99,9 @@ services:
       - "airavata.host:192.168.100.1"
 
   jupyterhub:
+    profiles:
+      - development
+      - staging
     build:
       context: ../modules/research-framework/research-hub/compose
       dockerfile: Dockerfile

Reply via email to