File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 : .
You can’t perform that action at this time.
0 commit comments