Hi there,
When I do docker-compose as described in your SETUP_docker.md file, after it pulls redis just fine I get
$ docker-compose run app rake foodsoft:setup_development
Pulling bundle (foodsoft_app:latest)…
pull access denied for foodsoft_app, repository does not exist or may require ‘docker login’
I do have a docker account and did log in with that but I guess I need credentials for yours?!
I CAN do
docker pull foodcoops/foodsoft
and could modify the docker-compose.yml in my fork, but
Thanks for finding this out.
Indeed the current docker-compose setup is broken. It was meant to be used for development, but the current docker setup is for production.
This needs to be fixed. Maybe we better remove docker-compose until a development-setup is added?
For more information about using docker see doc/SETUP_DOCKER.md. You can also get inspiration from the foodcoops.net setup (which is work in progress), which uses docker-compose.
Thanks Willem,
Well the doc/SETUP_DOCKER.md si exactly the one referring to the broken docker-compose.yml. I wll look at the one from your other link and report back!
If you’re still interested in a docker-based development setup, you’re welcome to try out PR #523 (checkout branch feature/docker-dev), which is meant to improve the current confusing situation.
Willem
p.s. indeed, this belongs more on the foodsoft-dev list. Next thread