From 8f53b399c60d5db5915dc85b5da4df854be95d52 Mon Sep 17 00:00:00 2001 From: Sriyukthika <148747664+Sriyukthika26@users.noreply.github.com> Date: Sat, 9 Dec 2023 23:58:26 +0530 Subject: [PATCH 1/2] Update truenas_portainer.md --- docs/install/truenas_portainer.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/install/truenas_portainer.md b/docs/install/truenas_portainer.md index 03b288fdd2..9ff0525f64 100644 --- a/docs/install/truenas_portainer.md +++ b/docs/install/truenas_portainer.md @@ -76,7 +76,8 @@ Basic guide to setup Docker and Portainer TrueNAS Core. ![Screenshot of Stack List](https://2914113074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiZWHJxqQsgWYd9sI88sO%2Fuploads%2FnBx62EIPhmUy1L0S1iKI%2F2.15-docker_add_stack_web_editor.gif?alt=media&token=c45c0151-9c15-4d79-b229-1a90a7a86b84) -Use the below code and input it into the Web Editor: -`version: "3" +```yaml +version: "3" services: db_recipes: restart: always @@ -87,13 +88,13 @@ services: - stack.env web_recipes: -# image: vabene1111/recipes:latest + # image: vabene1111/recipes:latest image: vabene1111/recipes:beta env_file: - stack.env volumes: - 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 - ./mediafiles:/opt/recipes/mediafiles depends_on: @@ -116,7 +117,8 @@ services: volumes: 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: ![Screenshot of Add Stack screen](https://www.portainer.io/hubfs/image-png-Feb-21-2022-06-21-15-88-PM.png) From 044ed1ec1883addf250af41dc99073e9bbb6e35d Mon Sep 17 00:00:00 2001 From: Sriyukthika <148747664+Sriyukthika26@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:44:15 +0530 Subject: [PATCH 2/2] Update truenas_portainer.md Spelling Error --- docs/install/truenas_portainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/truenas_portainer.md b/docs/install/truenas_portainer.md index 9ff0525f64..fde9e41a3e 100644 --- a/docs/install/truenas_portainer.md +++ b/docs/install/truenas_portainer.md @@ -71,7 +71,7 @@ Basic guide to setup Docker and Portainer TrueNAS Core. -Select "Get Started" to use the Enviroment Portainer is running in ![Screenshot of Enviroment Wizard](https://2914113074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiZWHJxqQsgWYd9sI88sO%2Fuploads%2Fsig45vFliINvOKGKVStk%2F2.15-install-server-setup-wizard.png?alt=media&token=cd21d9e8-0632-40db-af9a-581365f98209) -### 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. ![Screenshot of Stack List](https://2914113074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiZWHJxqQsgWYd9sI88sO%2Fuploads%2FnBx62EIPhmUy1L0S1iKI%2F2.15-docker_add_stack_web_editor.gif?alt=media&token=c45c0151-9c15-4d79-b229-1a90a7a86b84) -Use the below code and input it into the Web Editor: