https://github.com/jadc/server
A collection of Docker compose files I have written for use on my home server.
https://github.com/jadc/server
Last synced: over 1 year ago
JSON representation
A collection of Docker compose files I have written for use on my home server.
- Host: GitHub
- URL: https://github.com/jadc/server
- Owner: jadc
- License: mit
- Created: 2024-08-21T01:59:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T00:10:57.000Z (over 1 year ago)
- Last Synced: 2025-01-27T01:19:46.812Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# server
A collection of Docker compose files I have written for use on my home server.
## Usage
Ensure you have Docker installed, then, clone this repository.
Run `docker compose up -d` in the root of the repository. This will run all the services.
The typical server files will be located in the `data` subdirectory within each service's directory. Do not commit this directory.
## File Structure
Ensure the following directory structure exists on the server.
```bash
/data
/data/media/library/movies # *arr
/data/media/library/shows # *arr
/data/media/downloads # torrent
/data/media/downloads/completed # torrent
/data/sync # syncthing
```