Docker
If you notice any mistakes that need to be corrected, please reach out on Discord!
We will go over how to install Petio using Docker or Docker Compose. We assume you have installed Docker and/or Docker Compose.
This guide will not walk you through how to install or configure any of these two services.
Docker CLI
Docker Compose
There are two ways you can install Petio using Docker Compose. You can either download the docker-compose.yml
from the repo and place it in a folder where you will run docker-compose
from or you can add it to an existing docker-compose.yml
.
To download the Docker Compose file you run the following command:
Below you can find an example for the docker-compose.yml
. In this example, petio
and mongo
are on a custom docker network called petio-network
Once you configure the services, you need to spin up the container using docker-compose up -d
.
Once the container is spun up, you can navigate to http://<hostname>:7777
to start configuring Petio.
Last updated