Deploying via Docker Compose#

We provide a Docker Compose configuration in our repository.

$ git clone https://github.com/peepo-world/greenhouse.git
$ cd greenhouse

To quickly setup the app, you can use our Docker Compose configuration.

$ docker compose -f docker-compose/db.yml -f docker-compose/web.yml up