Docker compose configuration for Hoppscotch. It includes the services:
- Hoppscotch (official image)
- Postgres 16.1 bullseye
This is still not finished
- (Optional) Create a
.env
file and configure the settings like in the official Hoppscotch repository.env.example
$ touch .env
- Run compose
$ docker compose up -d