Docker Compose

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

INFO

Instructions in 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 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 channel #ask-for-help. The community loves to help!

Last updated: 3/10/2023, 10:42:37 PM