Skip to content

Commit

Permalink
Merge pull request #1040 from DouglasNeuroInformatics/addGatewayProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau authored Nov 17, 2024
2 parents c57c534 + 59f3039 commit 5f669cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data
profiles:
- '' #load by default without having to specify docker compose --profile
- gateway
api:
image: ghcr.io/douglasneuroinformatics/open-data-capture-api:${RELEASE_CHANNEL}
build:
Expand Down Expand Up @@ -43,6 +46,8 @@ services:
- VERBOSE
expose:
- 80
profiles:
- '' #load by default without having to specify docker compose --profile
gateway:
image: ghcr.io/douglasneuroinformatics/open-data-capture-gateway:${RELEASE_CHANNEL}
build:
Expand All @@ -54,6 +59,9 @@ services:
- ${GATEWAY_PORT}:80
expose:
- 80
profiles:
- '' #load by default without having to specify docker compose --profile
- gateway
restart: unless-stopped
environment:
- NODE_ENV=production
Expand All @@ -76,6 +84,8 @@ services:
- PLAUSIBLE_WEB_DATA_DOMAIN
expose:
- 80
profiles:
- '' #load by default without having to specify docker compose --profile
restart: unless-stopped
mongo:
image: mongo:${MONGODB_VERSION}
Expand All @@ -93,3 +103,5 @@ services:
volumes:
- ./mongo/config:/data/configdb
- ./mongo/data:/data/db
profiles:
- '' #load by default without having to specify docker compose --profile

0 comments on commit 5f669cf

Please sign in to comment.