40 lines
680 B
Markdown
40 lines
680 B
Markdown
# 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|