Angular does not retrieve objects nor messages from django endpoints on docker
“<p>Trying to deploy Django Rest Framework and Angular with Docker.</p>
<p>I have 3 containers: django, db and angular (with nginx on it)</p>
<p>The deployment is completed and I can open localhost:80 and see my angular components.</p>
<p>However, the component service is calling to <code>http://loca”
stackexchange · Miguel Ángel Guaita Villaseñor · 12/21/2024
Open original →Cronjob in Docker container uses outdated settings in Django, despite environment variables in Docker Compose
“<p>I'm facing a persistent issue with a <strong>Django</strong> app using <strong>Django REST Framework</strong>. The application has several models, including one called <strong>Project</strong> with a <strong>created_at</strong> timestamp. There’s a management command in manage.py that archives a ”
stackexchange · Thomas · 11/3/2024
Open original →Docker setup for Django Rest Framework with gunicorn, mariadb and nginx - Error: Static files are not being served
“<p>I've been working on a project and now it's time to make it production ready. But I'm facing problems with my docker setup. I tried setting up the docker environment using mariaDB, gunicorn and nginx. The API works fine but the static files are not being served. I need help with this thing.</p>
<”
stackexchange · Mahian Mahin · 9/17/2024
Open original →Does Azure App Service (Web App) provides SSL/TLS termination?
“<p>I'm using an Azure App Service (multi-docker) setup to run a simple web app: NGINX + DJANGO.</p>
<p>Is there a feature/setting in App Service to enable automatic SSL termination? The domain is a default one: <code><subdomain>.azurewebsites.net</code></p>
<p>I would want to avoid Nginx confi”
stackexchange · Michał Dróżdż · 10/4/2023
Open original →