Skip to content

Commit

Permalink
ci: Change container port to 4173 and host port to 5173 for frontend (#…
Browse files Browse the repository at this point in the history
…330)

* fix: Only show assets which are not deleted

* fix: Fix Pagination bug

* build: Dockerize backend and frontend services

* build: Add CORS settings to .env files

* feat: Show IN SERVICE status in dashboard chart

* fix: Remove duplicate toggleModel method

* build: Update requirements.txt

* fix: Change health check of celery from ping to celery health

* build: Add services in docker compose to deploy in stage environment

- Add redis service
- Add script for running celery worker and beat scheduler in background
- Use gunicorn for serving django backend

* ci: Deploy frontend and backend along with dependent services

* ci: Build frontend for production

* ci: Change frontend port

- Port changed to 5173 for both host and container in docker-compose.yml

* ci: Change container port to 4173 and host port to 5173 for frontend
  • Loading branch information
getwithashish authored Jun 27, 2024
1 parent 4e07a9d commit 0b40c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
build: ./exam_frontend/
entrypoint: ["bash", "entrypoint-stage.sh"]
ports:
- 5173:5173
- 5173:4173
restart: always
depends_on:
- stage-asset-management-backend-service
Expand Down

0 comments on commit 0b40c6e

Please sign in to comment.