-
Notifications
You must be signed in to change notification settings - Fork 43
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
[WIP] Dockerise Colouring London #780
base: master
Are you sure you want to change the base?
Conversation
Are you stuck on something specific here? Or is it just WIP? Not sure should I try looking how it works (or how it does not work) |
@matkoniecz still a WIP, I made a separate PR for docker specifically as I was still working on getting my manually set up dev environment (#776) working correctly first and merging the documentation changes that make that work first. You can feel free to experiment with this docker setup if you like, but I plan to continue with it next. Unlike the Vagrant version, this does not have Node issues which is good! but I do not have the postgres container working yet |
RUN chmod +x /wait | ||
|
||
RUN mkdir /colouring-london | ||
COPY app /colouring-london/app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
Add a docker version of the colouring london software that can be quickly deployed - currently this will load test map data from OSM only (WIP)
To run app:
docker compose up