Merge pull request #78 from Human-Connection/remove_xip_hack

No need to call xip.io anymore
This commit is contained in:
Grzegorz Leoniec 2018-12-08 14:44:34 +01:00 committed by GitHub
commit 826d987fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: