Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Change container port to 4173 and host port to 5173 for frontend (#…
…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