build: sync local and remote compose ports for frontend
This commit is contained in:
parent
5275b2c7df
commit
f2bb72984d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user