Docker Compose

Docker Compose is the most straightforward way to set up VDP in local machines or remote instances.

INFO

Instructions on this page have been tested on macOS and Ubuntu 22.04.

#Setup

Make sure that Docker Engine and Docker Compose plugin have been installed on your workstation (see the official instructions).

On your workstation, run:


git clone https://github.com/instill-ai/vdp.git && cd vdp
make all

Once all services are up and running, the api-gateway-vdp can be accessed at http://localhost:8080 and the console at http://localhost:3000.

#Shutdown

To shutdown and clean up all VDP resources, run


make down

#Troubleshooting

If you encounter any issues, please create an issue on GitHub or come to our Discord #instill-vdp channel. The community loves to help!

Last updated: 9/7/2023, 6:02:58 AM