Updated Seerr nfs yaml file
This commit is contained in:
@@ -14,7 +14,7 @@ Feel free to use any of these as a starting point for your own setup. Each appli
|
|||||||
| [Draw.io](./Draw.io/docker-compose.yaml) | Self-hosted diagramming and flowchart tool | [Read the article](https://chns.tech/posts/2024/10-20-draw-io-whiteboarding-diagramming-web-application/) |
|
| [Draw.io](./Draw.io/docker-compose.yaml) | Self-hosted diagramming and flowchart tool | [Read the article](https://chns.tech/posts/2024/10-20-draw-io-whiteboarding-diagramming-web-application/) |
|
||||||
| [Gitea](./Gitea/docker-compose.yaml) | Lightweight self-hosted Git service | [Read the article](#) |
|
| [Gitea](./Gitea/docker-compose.yaml) | Lightweight self-hosted Git service | [Read the article](#) |
|
||||||
| [IT-Tools](./IT-Tools/docker-compose.yaml) | Collection of handy tools for developers and sysadmins | [Read the article](https://chns.tech/posts/2023/10-22-it-tools-handy-tools-for-developers/) |
|
| [IT-Tools](./IT-Tools/docker-compose.yaml) | Collection of handy tools for developers and sysadmins | [Read the article](https://chns.tech/posts/2023/10-22-it-tools-handy-tools-for-developers/) |
|
||||||
| [Seerr](./Seerr/docker-compose.yaml) | Media request management tool for self-hosted media servers | [Read the article](#) |
|
| [Seerr](./Seerr/docker-compose.yaml) / [NFS](./Seerr/docker-compose-nfs.yaml) | Media request management tool for self-hosted media servers | [Read the article](#) |
|
||||||
| [Watchtower](./Watchtower/docker-compose.yaml) | Automatically keeps Docker container images up to date | [Read the article](https://chns.tech/posts/2024/07-14-watchtower-automatic-docker-container-updater/) |
|
| [Watchtower](./Watchtower/docker-compose.yaml) | Automatically keeps Docker container images up to date | [Read the article](https://chns.tech/posts/2024/07-14-watchtower-automatic-docker-container-updater/) |
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -51,7 +51,8 @@ Docker-Compose/
|
|||||||
├── IT-Tools/
|
├── IT-Tools/
|
||||||
│ └── docker-compose.yaml
|
│ └── docker-compose.yaml
|
||||||
├── Seerr/
|
├── Seerr/
|
||||||
│ └── docker-compose.yaml
|
│ ├── docker-compose.yaml
|
||||||
|
│ └── docker-compose-nfs.yaml
|
||||||
└── Watchtower/
|
└── Watchtower/
|
||||||
└── docker-compose.yaml
|
└── docker-compose.yaml
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=${SEERR_TZ}
|
- TZ=${SEERR_TZ}
|
||||||
- PORT=${SEERR_PORT}
|
- PORT=5055
|
||||||
ports:
|
ports:
|
||||||
- ${SEERR_PORT}:5055
|
- ${SEERR_PORT}:5055
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user