-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Docker Setup For Development #556
Comments
Issue #213 (now closed and added here instead) describes another issue regarding In Dockerfile, multiple 'apt-get update' commandsWhat version of the DMPRoadmap code are you running? (e.g. v2.2.0) Expected behaviour: Actual behaviour: |
Based on the github workflows it looks like the current versions being tested (and thus the ideal ones to use in the docker setup) are:
Is that right? Pertinent workflows:
|
Thank you for the helpful starting point. Looks like this issue is being raised in priority, so we'll have it working in the near future. :) |
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.3.1+portage-3.2.2
We can currently run the db services in the background by executing
docker-compose -f docker-compose-development.yml up -d
. There is also adocker-compose.yml
and a correspondingDockerfile
to create an image for the rails server. However, these files need to be updated (e.g.Dockerfile
hasFROM ruby:2.6.6
anddocker-compose.yml
hasDATABASE_URL: 'mysql2://db'
).In addition, these files could be useful for the upstream DMPRoadmap repo. They have an outstanding ticket for a Docker setup for development DMPRoadmap#3282.
The text was updated successfully, but these errors were encountered: