This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch dev-env-fix
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/dev-env-fix by this push:
new 79f33632ac separate default, development, and staging profiles in
docker-compose.yml
79f33632ac is described below
commit 79f33632ac3f4fec8d55e502bb211a00ab9eed5b
Author: yasithdev <[email protected]>
AuthorDate: Sun Jul 13 19:19:24 2025 -0500
separate default, development, and staging profiles in docker-compose.yml
---
.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