Skip to content

Commit

Permalink
updating docker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 19, 2024
1 parent 054d73d commit e0f3691
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
8 changes: 4 additions & 4 deletions PrusaPrint/Networking/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
container_name: nginx
image: nginx
volumes:
- type: bind
source: /home/pi/config/nginx/etc/nginx/templates
target: /etc/nginx/templates
# - type: bind
# source: /home/pi/config/nginx/etc/nginx/templates
# target: /etc/nginx/templates
- type: bind
source: /home/pi/config/nginx/etc/nginx/nginx.conf
target: /etc/nginx/nginx.conf
target: /home/pi/Home-Lab-Containers/PrusaPrint/Networking/nginx/nginx.conf
ports:
- "80:80"
environment:
Expand Down
17 changes: 7 additions & 10 deletions PrusaPrint/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,21 @@ You will also need to reinstall the plugins. This is done through the Octoprint

Simply upload it and it will do the rest of installing them.

### Installing the Docker Stack
### Extra Installs

#### Docker

You will also need to install Docker on the Raspbian image too.
Run the following commands to set up and take down the PrusaPrint Stack:
Required for the rest of the home lab network, will need to install docker engine and then run the docker compose.
You will need to install it using the following [instructions](https://docs.docker.com/engine/install/raspberry-pi-os/)

Once this is done you can then do the following:

```bash

bash docker-compose.sh --up # Bring up Stack
bash docker-compose.sh --up # Bring down Stack

```

### Extra Installs

#### Docker

Required for the rest of the home lab network, will need to install docker engine and then run the docker compose.

#### LED Strip Controller

Required for turning off and on the lights, you will have to enter the following into scripts outputs of the enclosure plugin
Expand Down

0 comments on commit e0f3691

Please sign in to comment.