Skip to content

Commit 5f669cf

Browse files
authored
Merge pull request #1040 from DouglasNeuroInformatics/addGatewayProfile
2 parents c57c534 + 59f3039 commit 5f669cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)