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

View File

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