Robert Schäfer
ba92a62bf7
Fix JWT 500 error during testing in docker
...
JWT errors again (no quotation marks in the backend but in frontend)
I thought I had fixed it already
2019-01-25 17:52:48 +01:00
Robert Schäfer
a74a82ef23
Add missing JWT token to docker-compose.yml
...
How come that we didn't face this error earlier??
2019-01-11 17:42:05 +01:00
Robert Schäfer
b7c0b5d2fa
Add missing MAPBOX_TOKEN
2019-01-11 14:36:37 +01:00
Matt Rider
e88b674a29
Configure docker-compose, travis multistage build
2019-01-03 20:22:46 -02:00
Robert Schäfer
db724e7834
Split development config from production config
...
in `docker-compose.yml` and `docker-compose.override.yml`. This should speed
up builds e.g. on Travis CI, which does not need to sync folders or run
`yarn run dev` if the docker image was built recently. Also it should
make the build more reliable as it behaves more similar to our deployment.
2018-12-08 15:45:02 +01:00
Robert Schäfer
d7b9dc1b23
No need to call xip.io anymore
...
After https://github.com/Human-Connection/Nitro-Backend/pull/61
the xip.io URL has become obsolete
2018-12-08 13:23:49 +01:00
Robert Schäfer
41ece7dce1
Provide an Installation with Docker
2018-10-29 23:39:09 +01:00