Bonjour
Hii
hi
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BARzD80pkTOKygrz8YogMFK1WfTpXGdimcPQ4jGXVe0D18GqQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADzXRbdeAMfhfSdEc6Ykaxv88iBkOXxHFC5WOHq-AM3aoZ99Pw%40mail.gmail.com.
Hi
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/42e4df1e-563b-4b37-9fb0-88bf0edfdd3bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BGQzJNWSKruVFo3K1vsQf7eoe5MO8tF7HaAxs7V-1C%3D-_0NJA%40mail.gmail.com.
Can any one explain how to connect django site with sql in docker containers
I created two containers one for application and one for sql database in same network the database is exposed in port no 3307 application requests does not process by database then how to solve this?
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANVqoJ9_z%3D%3DMC_CfJ69ub0KU%3DR5a31ZPCx-SP-V7741a584Edg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADzXRbeqS%3DQhq%3D1t59EM4LQFGt2DLA5aHTiGpDTAmmTbU2aLKw%40mail.gmail.com.
services: db: image: postgres volumes: - ./data/db:/var/lib/postgresql/data environment: - POSTGRES_DB=postgres - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres web: build: . command: python manage.py runserver 0.0.0.0:8000 volumes: - .:/code ports: - "8000:8000" environment: - POSTGRES_NAME=postgres - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres depends_on: - db
.
├── compose.yaml
├── app
├── Dockerfile
├── requirements.txt
└── manage.py
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH6XLKgkpwniDiZpEakLLjOuYm0-TK%2B3Rr_Jy5fReFx6MHb0Tw%40mail.gmail.com.