1 Answer
- Newest
- Most votes
- Most comments
1
Hi there,
I just completed a django app deployed as well. I noticed a few things on your file:
- Maybe we don't need to build an image for postgre database because you can set up an RDS or EBS to connect to your django app.
- There should be "links" betweeb the reverse proxy (traefik) and the django.
- For redis, celery, celery worker, flower I don't think we need a separate image for each. They are part of the code in your django app, if we build a proper image for the django app, these are already included.
I am newbie too, would love to hear your feedback. Good luck, you will make it!
answered 2 years ago
What I did was remove the redis, celerybeat, celeryworker and flower images that you suggested but left the rest the way it was and it worked. A gazillion thanks.
Hey, glad that it worked out for you, do you know why you have to build an image for postgre?
Relevant content
- asked 7 months ago
- asked 2 years ago
- asked 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
Is there any indication on CloudWatch in relation to ECS service, cluster and similar? Also double check the health check on ec2