Page MenuHomePhabricator

[services] Dev mode - Add scripts for running local cloud
ClosedPublic

Authored by karol on Apr 11 2022, 6:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 6, 10:11 PM
Unknown Object (File)
Sat, Jul 6, 10:11 PM
Unknown Object (File)
Thu, Jul 4, 2:36 PM
Unknown Object (File)
Fri, Jun 28, 11:40 PM
Unknown Object (File)
Fri, Jun 28, 10:25 PM
Unknown Object (File)
Thu, Jun 27, 9:56 AM
Unknown Object (File)
Wed, Jun 26, 9:27 AM
Unknown Object (File)
Wed, Jun 26, 9:27 AM

Details

Summary

Depends on D3693

Adding scripts so the local cloud can be easily launched.

Test Plan
cd services
docker-compose down
yarn run-local-cloud

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol edited the summary of this revision. (Show Details)
karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, jim.

Updating D3694: [services] Dev mode - Add scripts for running local cloud

tomek added inline comments.
services/scripts/run_local_cloud.sh
5 ↗(On Diff #11289)

What is the result of including --force-recreate? Does that mean that the data will be gone after restarting a container?

This revision is now accepted and ready to land.Apr 26 2022, 10:46 AM
services/scripts/run_local_cloud.sh
5 ↗(On Diff #11289)

Yes, I think we can remove this or make it optional at least. I'm not recalling right now what exactly wasn't working properly without recreating the container. We can always add it later.