- Fork Redash to fix AWS ECR vulnerability
- Add volume to work with AWS ECS Fargate.
- Build and Push to the AWS ECR for each environment
- Example for dev:
- aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin xxxx.dkr.ecr.ap-northeast-1.amazonaws.com
- docker build --platform linux/amd64 -t api-redash-dev .
- docker tag api-redash-dev:latest xxxxx.dkr.ecr.ap-northeast-1.amazonaws.com/api-redash-dev:latest
- docker push xxxxx.dkr.ecr.ap-northeast-1.amazonaws.com/api-redash-dev:latest
forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 0
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
License
ExecutionLab/redash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Resources
License
Contributing
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 43.9%
- JavaScript 31.5%
- TypeScript 16.8%
- Less 6.2%
- HTML 1.1%
- Shell 0.2%
- Other 0.3%