Skip to content

Commit

Permalink
Add nodejs v2 in production environment (Cloud-CV#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 authored Oct 11, 2021
1 parent 65afc34 commit 9a7823c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,25 @@ services:
awslogs-group: nodejs_production
awslogs-create-group: "true"

nodejs_v2:
image: ${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/evalai-production-frontend-v2:${COMMIT_ID}
build:
context: ./
dockerfile: docker/prod/nodejs_v2/Dockerfile
args:
NODE_ENV: production
ports:
- "9999:80"
- "443:443"
volumes:
- /code/node_modules
logging:
driver: awslogs
options:
awslogs-region: us-east-1
awslogs-group: nodejs_production_v2
awslogs-create-group: "true"

remote-worker:
image: ${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/evalai-production-remote-worker:${COMMIT_ID}
build:
Expand Down

0 comments on commit 9a7823c

Please sign in to comment.