File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,8 @@ services:
425425 networks :
426426 coreconextdev :
427427 hostname : redis.docker
428+ profiles :
429+ - " sbs"
428430
429431 # This is apache RP
430432 # client -> docroot
@@ -437,6 +439,8 @@ services:
437439 depends_on :
438440 sbs-server :
439441 condition : service_healthy
442+ profiles :
443+ - " sbs"
440444
441445 sbs-server :
442446 image : ghcr.io/surfscz/sram-sbs-server:openconext-dev
@@ -458,6 +462,8 @@ services:
458462 condition : service_healthy
459463 mariadb :
460464 condition : service_healthy
465+ profiles :
466+ - " sbs"
461467
462468networks :
463469 coreconextdev :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ services:
1010 condition : service_healthy
1111 sbs-server :
1212 condition : service_healthy
13+ profiles :
14+ - " sbs"
1315
1416 # This is the version with node/yarn
1517 sbs-client :
@@ -29,6 +31,8 @@ services:
2931 retries : 10
3032 hostname : sbs-client.docker
3133 command : " yarn start"
34+ profiles :
35+ - " sbs"
3236
3337 sbs-server :
3438 image : ghcr.io/surfscz/sram-sbs-server:openconext-dev
@@ -51,3 +55,5 @@ services:
5155 condition : service_healthy
5256 mariadb :
5357 condition : service_healthy
58+ profiles :
59+ - " sbs"
You can’t perform that action at this time.
0 commit comments