diff --git a/README.md b/README.md index e69de29..8c3089f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,39 @@ +# Photo Storage and Backup Server + + + +## Device -- Dell OptiPlex 7050 + + + +### Information: + + +This folder contains the compose and database files for Immich, all photo storage is done in a separate folder + +The compose is copied directly from the Immich github along with the `.env` file + +Immich is accessed on port `2283` + + +### Contents: + +**`Immich/`** +├── **`docker-compose.yml/`** +├── **`.env/`** +├── **`.gitignore/`** +└── **`README.md/`** + +### File Descriptions: + +- **`docker-compose.yml/`**: Docker Compose file +- **`.env/`**: .env for db password and storage locations +- **`.gitignore/`**: Git ingore file +- **`README.md/`**: Docs + + + + + + +