File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ services:
1414 volumes :
1515 - ./Caddyfile:/etc/caddy/Caddyfile
1616 - caddy_data:/data
17+ profiles :
18+ - ' ' # load by default without having to specify docker compose --profile
19+ - gateway
1720 api :
1821 image : ghcr.io/douglasneuroinformatics/open-data-capture-api:${RELEASE_CHANNEL}
1922 build :
@@ -43,6 +46,8 @@ services:
4346 - VERBOSE
4447 expose :
4548 - 80
49+ profiles :
50+ - ' ' # load by default without having to specify docker compose --profile
4651 gateway :
4752 image : ghcr.io/douglasneuroinformatics/open-data-capture-gateway:${RELEASE_CHANNEL}
4853 build :
@@ -54,6 +59,9 @@ services:
5459 - ${GATEWAY_PORT}:80
5560 expose :
5661 - 80
62+ profiles :
63+ - ' ' # load by default without having to specify docker compose --profile
64+ - gateway
5765 restart : unless-stopped
5866 environment :
5967 - NODE_ENV=production
@@ -76,6 +84,8 @@ services:
7684 - PLAUSIBLE_WEB_DATA_DOMAIN
7785 expose :
7886 - 80
87+ profiles :
88+ - ' ' # load by default without having to specify docker compose --profile
7989 restart : unless-stopped
8090 mongo :
8191 image : mongo:${MONGODB_VERSION}
@@ -93,3 +103,5 @@ services:
93103 volumes :
94104 - ./mongo/config:/data/configdb
95105 - ./mongo/data:/data/db
106+ profiles :
107+ - ' ' # load by default without having to specify docker compose --profile
You can’t perform that action at this time.
0 commit comments