Skip to content

Commit

Permalink
Merge branch 'fixes/cleanup-1' of https://github.com/navaneethkrishna…
Browse files Browse the repository at this point in the history
…30/live-chat into fixes/cleanup-1
  • Loading branch information
navaneethkrishna30 committed Oct 14, 2024
2 parents 5d02657 + 8abf43d commit 74cfd69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ jobs:
export BACKEND_ECR=${BACKEND_ECR}
docker-compose pull
docker-compose up -d
docker-compose up -d
11 changes: 0 additions & 11 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ services:
backend:
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${BACKEND_ECR}:${IMAGE_TAG}
container_name: backend
environment:
- PYTHONPATH=/code
- FLASK_APP=app.py
networks:
- live-chat-network
ports:
- 5000:5000

frontend:
image: "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${FRONTEND_ECR}:${IMAGE_TAG}"
container_name: frontend
ports:
- 5173:5173
networks:
Expand Down

0 comments on commit 74cfd69

Please sign in to comment.