UI Bakery Postgres
UI Bakery's Postgres is a hosted data source and structure management tool provided by UI Bakery. Follow this guide for more details on the available features.
Default configuration
If your instance update is handled by the update.sh script, a new Docker container will automatically be created in your installation. You will not need to make any additional configurations to access UI Bakery Postgres.
Custom configuration
When you update manually, add these container details to your Docker Compose file and restart the container:
Add new container configuration https://github.com/uibakery/self-hosted/blob/main/docker-compose.yml#L76
Restart UI Bakery
Standalone Postgres instance
It is also possible to connect to a completely standalone Postgres instance.
First, set up the Postgres instance of your choice. UI Bakery supports Postgres v16+.
Setup default database and a user to connect to the server from UI Bakery:
The provided configuration is default and should be used cautiously. It is not intended as a security recommendation.
Allow connection to the Postgres server from UI Bakery using the
pg_hba.conf
file.Finally, provide the following env variables for UI Bakery to connect to the database:
Disable UI Bakery Postgres
If you prefer not to use the editor and database features in your instance, you can disable these functionalities with the following environment variable:
Last updated