No need to call xip.io anymore

After https://github.com/Human-Connection/Nitro-Backend/pull/61
the xip.io URL has become obsolete
This commit is contained in:
Robert Schäfer 2018-12-08 13:23:49 +01:00
parent 987fa33d58
commit d7b9dc1b23

View File

@ -15,7 +15,7 @@ services:
command: yarn run dev
environment:
- HOST=0.0.0.0
- BACKEND_URL=http://backend.127.0.0.1.xip.io:4000
- BACKEND_URL=http://backend:4000
networks:
hc-network: