build: sync local and remote compose ports for frontend

This commit is contained in:
Sérgio Ramos 2017-06-20 15:56:20 +01:00
parent 5275b2c7df
commit f2bb72984d
1 changed files with 2 additions and 2 deletions

View File

@ -63,11 +63,11 @@ frontend:
- consul:consul
environment:
- CONSUL=consul
- PORT=5000
- PORT=3069
- REACT_APP_GQL_HOSTNAME=localhost
- REACT_APP_GQL_PORT=80
expose:
- 5000
- 3069
#############################################################################
# BACKEND