Skip to content

Commit 9c73528

Browse files
committed
add a profile for nogateway used by mouseODC
1 parent eb4ee6b commit 9c73528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- '' #load by default without having to specify docker compose --profile
1717
- gateway
1818
- fullstack
19+
- nogateway
1920
api:
2021
image: ghcr.io/douglasneuroinformatics/open-data-capture-api:${RELEASE_CHANNEL}
2122
build:
@@ -48,6 +49,7 @@ services:
4849
profiles:
4950
- '' #load by default without having to specify docker compose --profile
5051
- fullstack
52+
- nogateway
5153
gateway:
5254
image: ghcr.io/douglasneuroinformatics/open-data-capture-gateway:${RELEASE_CHANNEL}
5355
build:
@@ -90,6 +92,7 @@ services:
9092
profiles:
9193
- '' #load by default without having to specify docker compose --profile
9294
- fullstack
95+
- nogateway
9396
restart: unless-stopped
9497
mongo:
9598
image: mongo:${MONGODB_VERSION}
@@ -110,6 +113,7 @@ services:
110113
profiles:
111114
- '' #load by default without having to specify docker compose --profile
112115
- fullstack
116+
- nogateway
113117
playground:
114118
build:
115119
context: .
@@ -122,3 +126,4 @@ services:
122126
profiles:
123127
- fullstack
124128
- playground
129+
- nogateway

0 commit comments

Comments
 (0)