feat: reorg monorepo #144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "reorg-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reorganizes mono repo services to be top level folders
adds a bootstrap/teardown script for easier setup
splits compose files
docker compose up <service list>works perfectly fine for that use case for nowadjusts env to merge compose files when in the root folder using the root env
Note: This is a breaking change to the directory structure of this repo, before pulling if you're using the bind mounts I encourage you to back up your local file data. See the new
.env.examplefile path locations for details on where to move files to if necessary.