Add Docker images
Changes Made
- Added
docker-compose.yml
for defining the services. - Added Dockerfiles for both the backend and frontend services.
- Added in comments in gitlab-ci.yaml an example on how the images can be built and pushed ( this instance of gitlab has registries not enabled, maybe push to dockerhub)
- set spacing in gitlab-ci.yaml to 4 instead of 2
Todo
- understand how to change the port of the frontend in the backend so that this could work behind a reverse proxy for instance traefik