Skip to content

Commit

Permalink
chore: add actions-handler to docker-compose and set ui to developmen…
Browse files Browse the repository at this point in the history
…t mode
  • Loading branch information
shreddedbacon committed Feb 23, 2022
1 parent 1641799 commit 75f855d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,15 @@ services:
- ./services/ui/.env.defaults:/app/services/ui/.env.defaults
- ./services/ui/.env.schema:/app/services/ui/.env.schema
- ./services/ui/package.json:/app/services/ui/package.json
environment:
- NODE_ENV=development
ports:
- '8888:3000'
- '8888:3003'
actions-handler:
image: ${IMAGE_REPO:-lagoon}/actions-handler
restart: on-failure
depends_on:
- broker
ssh:
image: ${IMAGE_REPO:-lagoon}/ssh
depends_on:
Expand Down

0 comments on commit 75f855d

Please sign in to comment.