Update Servers/Containerization/Docker/Compose/Pyload.md
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## Docker Configuration
|
## Docker Configuration
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -47,13 +47,13 @@ networks:
|
|||||||
!!! note "NFS Mount Assumptions"
|
!!! note "NFS Mount Assumptions"
|
||||||
The NFS folder in this example is both exported via NFS on a TrueNAS Core server, while also being exported as an NFS export. `mapall user` and `mapall group` is configured to the user and group owners of the folder set in the permissions of the dataset in TrueNAS Core. In this case, the mapall user is `BUNNY-LAB\nicole.rappe` and the mapall group is `BUNNY-LAB\Domain Admins`.
|
The NFS folder in this example is both exported via NFS on a TrueNAS Core server, while also being exported as an NFS export. `mapall user` and `mapall group` is configured to the user and group owners of the folder set in the permissions of the dataset in TrueNAS Core. In this case, the mapall user is `BUNNY-LAB\nicole.rappe` and the mapall group is `BUNNY-LAB\Domain Admins`.
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
N/A
|
N/A
|
||||||
```
|
```
|
||||||
|
|
||||||
## Traefik Reverse Proxy Configuration
|
## Traefik Reverse Proxy Configuration
|
||||||
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
||||||
``` yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
pyload:
|
pyload:
|
||||||
|
Reference in New Issue
Block a user