Skip to content

Commit

Permalink
Adding darts-portal to docker-compose-local.yml (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
davet1985 authored Nov 15, 2024
1 parent 28b17af commit 8fa97dc
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 8fa97dc

Please sign in to comment.