https://github.com/bopen/edh-catalogue-deploy
https://github.com/bopen/edh-catalogue-deploy
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bopen/edh-catalogue-deploy
- Owner: bopen
- Created: 2026-05-14T11:22:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T13:23:13.000Z (about 2 months ago)
- Last Synced: 2026-05-14T13:32:25.176Z (about 2 months ago)
- Language: Dockerfile
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDH Catalogue Deployment
This repository is a dedicated deployment environment for the EDH Catalogue system. It does not contain source code of its own. Instead, it utilizes a [uv virtual workspace](https://docs.astral.sh/uv/concepts/workspaces/) to seamlessly resolve dependencies and bundle two sibling repositories into a single Docker image:
* `edh-catalogue-api`
* `edh-catalogue-manager`
## Required Folder Structure
Because this project relies on a local workspace, the repositories **must** be cloned side-by-side in the same parent directory before running `uv` or building the Docker image.
~~~text
your-working-directory/
├── edh-catalogue-api/ # Sibling repository
├── edh-catalogue-manager/ # Sibling repository
└── edh-catalogue-deploy/ # This repository
~~~