π’Compose
WebDB also works very well from compose. Below, here is a working example of a compose file including WebDB App to start
Setup
From your project folder, create a 'docker-compose.yml' file
Copy the content and paste it into
Remove unnecessary databases
From a terminal, navigate to your project
Run:
docker-compose up -d
π App is now available on http://localhost:22071
Update
Here is the command to update and relaunch WebDB container
If you want more informations about the launch parameters -> https://docs.webdb.app/backend/docker-container
If you planned to share WebDB, please read https://docs.webdb.app/installation/security
Last updated