Cristian
Cristian
I've the same problem. Several things I've detected. - The port for mysql is not published: ` ```console docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d987b5f4d9ef...
Try with: ```yml db: volumes: - mysql_data:/var/lib/mysql user: mysql ``` Also the mysql_data folder must have read-write permissions: ```console sudo chmod -R a+w ```
Very rare. I made the changes on Github. It's work: ```console CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d181ce1419f8 willdurand/elk "/usr/bin/supervis..." 33 seconds ago Up 29 seconds 0.0.0.0:81->80/tcp docker_elk_1...
Hey, @vosidiy you have repository of the project? Maybe to support you in the development...
@macagoraga I believe that is: http://bootstrap-ecommerce.com/
@aresim95 look it! https://github.com/simplesteph/kafka-stack-docker-compose/blob/master/full-stack.yml#L50
I think this project has not been updated to the new version of React-Admin: https://github.com/marmelab/react-admin/blob/master/UPGRADE.md
AWS have a service: https://aws.amazon.com/es/pytorch/ locally we could use the PyTorch Docker image. In production the AWS service...
@wovalle I think that @lucasdidur is doing reference to: https://firebase.google.com/docs/firestore/data-model#references for me it's more easy can related documents with references that as subcollections.
@Kronhyx I found this similar [ORM](https://github.com/lmcq/firebase-firestorm#4-defining-document-references)