Git Product home page Git Product logo

reasonmljobs's People

Contributors

gabrielseco avatar

Watchers

 avatar  avatar

reasonmljobs's Issues

Cannot connect to MySQL when executing docker-compose

What I've done is setting docker-compose with an image of MySQL and another with django but when I am trying to connect to the admin I have a MySQL error saying it cannot connect to the database.

The MySQL error is Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock

Though django says it cannot connect to the database when I run docker-compose up it creates the database and completes the migrations.

If I try to connect to the database from a client I can too.

If you look to my docker-compose.yml I have 2 environment files

.env
DATABASE_NAME=reasonjobs
USERNAME=gabriel
PASSWORD=temporal
HOST=172.18.0.1
PORT=4407

.env-mysql
MYSQL_ROOT_PASSWORD=temporal
MYSQL_DATABASE=reasonjobs
MYSQL_USER=gabriel
MYSQL_PASSWORD=temporal

When I put as a host 172.18.0.1 which is the gateway address, all migrations are completed and set in the database but I cannot connect from django interface.

Some people recommend to put the database link but that doesn't run the migrations or anything

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.