Merge pull request #2792 from Sriyukthika26/my-contribution
Update truenas_portainer.md
This commit is contained in:
commit
1bd5f96029
@ -71,12 +71,13 @@ Basic guide to setup Docker and Portainer TrueNAS Core.
|
|||||||
-Select "Get Started" to use the Enviroment Portainer is running in
|
-Select "Get Started" to use the Enviroment Portainer is running in
|
||||||

|

|
||||||
|
|
||||||
### 3. Install Tandoor Recipies VIA Portainer Web Editor
|
### 3. Install Tandoor Recipes VIA Portainer Web Editor
|
||||||
-From the menu select Stacks, click Add stack, give the stack a descriptive name then select Web editor.
|
-From the menu select Stacks, click Add stack, give the stack a descriptive name then select Web editor.
|
||||||

|

|
||||||
-Use the below code and input it into the Web Editor:
|
-Use the below code and input it into the Web Editor:
|
||||||
|
|
||||||
`version: "3"
|
```yaml
|
||||||
|
version: "3"
|
||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
@ -87,13 +88,13 @@ services:
|
|||||||
- stack.env
|
- stack.env
|
||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
# image: vabene1111/recipes:latest
|
# image: vabene1111/recipes:latest
|
||||||
image: vabene1111/recipes:beta
|
image: vabene1111/recipes:beta
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
volumes:
|
volumes:
|
||||||
- staticfiles:/opt/recipes/staticfiles
|
- staticfiles:/opt/recipes/staticfiles
|
||||||
# Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts
|
# Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts
|
||||||
- nginx_config:/opt/recipes/nginx/conf.d
|
- nginx_config:/opt/recipes/nginx/conf.d
|
||||||
- ./mediafiles:/opt/recipes/mediafiles
|
- ./mediafiles:/opt/recipes/mediafiles
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -116,7 +117,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nginx_config:
|
nginx_config:
|
||||||
staticfiles:`
|
staticfiles:
|
||||||
|
```
|
||||||
|
|
||||||
-Download the .env template from [HERE](https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template) and load this file by pressing the "Load Variables from .env File" button:
|
-Download the .env template from [HERE](https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template) and load this file by pressing the "Load Variables from .env File" button:
|
||||||

|

|
||||||
|
Loading…
Reference in New Issue
Block a user