# We are updating the docker compose config via the host-admin service.
# The host-admin service is running inside docker and has its own file-system layout.
# We need to have both file-system layouts agree on the path for the docker compose project.
# Notable the container labels com.docker.compose.project.working_dir and com.docker.compose.project.config_files need to match when creating containers from the docker host (how you started things) and from host-admin (how tests reconfigure the instance).
CYPRESS_ADMIN_CLIENT_URL='http://localhost:8081'CYPRESS_GIT_BRIDGE_PUBLIC_HOST='localhost'CYPRESS_SAML_PUBLIC_HOST='localhost:8082'CYPRESS_OVERLEAF_PUBLIC_HOST='localhost:8082' npm run cypress:open