-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-compose.yaml
24 lines (24 loc) · 1.6 KB
/
docker-compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include:
- path: # By including all compose files in a single include.path[], they will get merged together.
# ===== Gateway/ingress; in production, **ONLY THIS** should bind host ports =====================================
- lib/gateway/docker-compose.gateway.yaml
# ===== Services =================================================================================================
- lib/aggregation/docker-compose.aggregation.yaml
- lib/auth/docker-compose.auth.yaml # Optional feature; controlled by a compose profile
- lib/authz/docker-compose.authz.yaml
- lib/beacon/docker-compose.beacon.yaml # Optional feature; controlled by a compose profile
- lib/cbioportal/docker-compose.cbioportal.yaml # Optional feature; controlled by a compose profile
- lib/drop-box/docker-compose.drop-box.yaml
- lib/drs/docker-compose.drs.yaml
- lib/event-relay/docker-compose.event-relay.yaml
- lib/gohan/docker-compose.gohan.yaml # Optional feature; controlled by a compose profile
- lib/katsu/docker-compose.katsu.yaml
- lib/logs/docker-compose.logs.yaml
- lib/notification/docker-compose.notification.yaml
- lib/public/docker-compose.public.yaml # Optional feature; controlled by a compose profile
- lib/redis/docker-compose.redis.yaml
- lib/reference/docker-compose.reference.yaml
- lib/service-registry/docker-compose.service-registry.yaml
- lib/web/docker-compose.web.yaml
- lib/wes/docker-compose.wes.yaml
project_directory: . # Paths in the lib/* compose files must be relative to the Bento base directory