1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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!
respondido hace 2 años
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?
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 3 años
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 4 años
Is there any indication on CloudWatch in relation to ECS service, cluster and similar? Also double check the health check on ec2