Skip to content
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

Added Dockerfiles #25

Merged
merged 4 commits into from
Oct 21, 2020
Merged

Added Dockerfiles #25

merged 4 commits into from
Oct 21, 2020

Conversation

ricardobalk
Copy link
Member

I added a Docker-setup. The back-end (API) and front-end (map) are separated, but thanks to docker-compose, required data volumes are created and the stuff is started in the right order.

The front-end gets built first, then added to the back-end and after that, the back-end is started.

People can run the back-end, front-end or both, with or without Docker. Docker is recommended, but I still need to write some docs on how to use this set-up.

However, after cloning, setting up the Mapbox access token (in ./web/.env.local), people could just do docker-compose up. It will do the rest. (Assuming an up-to-date Docker and docker-compose installation.)

@ricardobalk ricardobalk merged commit 23b9097 into develop Oct 21, 2020
This was referenced Oct 21, 2020
@ricardobalk ricardobalk added hacktoberfest Good issue for Hacktoberfest participants hacktoberfest-approved hacktoberfest-accepted Accepted for Hacktoberfest labels Oct 30, 2020
@ricardobalk ricardobalk deleted the feature/#22-dockerfile branch November 18, 2020 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Good issue for Hacktoberfest participants hacktoberfest-accepted Accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant