mistercrunch commented on code in PR #31796:
URL: https://github.com/apache/superset/pull/31796#discussion_r1920665543
##########
docker-compose.yml:
##########
@@ -89,6 +89,8 @@ services:
restart: unless-stopped
ports:
- 8088:8088
+ # When in cypress-mode ->
+ - 8081:8081
Review Comment:
yup it's super easy, I'm just unclear if we want segmentation on PORT
similar to the segmentation we have at the database level. In theory would
could have both a dev and cypress environment running in parallel and not
conflicting on ports ... Though I don't think you can fire two docker-compose
at the same time (?)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]