Skip to content

Commit

Permalink
Merge branch 'master' into DMP-3485
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi authored Nov 15, 2024
2 parents 728cb52 + 8fa97dc commit c457e48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,20 @@ services:
networks:
- darts-network

darts-portal:
image: sdshmctspublic.azurecr.io/darts/portal:latest
depends_on:
- darts-redis
ports:
- "3000:3000"
environment:
ALLOW_CONFIG_MUTATIONS: true
DARTS_PORTAL_URL: http://localhost:3000
DARTS_API_URL: http://localhost:4550
DARTS_SESSION_REDIS_CONNECTION_STRING: redis://darts-redis:6379
networks:
- darts-network

darts-blob-storage:
container_name: darts-blob-storage
image: mcr.microsoft.com/azure-storage/azurite
Expand Down

0 comments on commit c457e48

Please sign in to comment.