On a VPS server, I created a docker container to run n8n. I used a combination of the n8n docs and GPT o1 AI model to help create the docker-compose.yml service.
Also created a traefik service to help route traffic through a subdomain setup in Cloudflare.
The Bricks Coach Journal
A list of what I have been up to at my Bricks Builder Agency
Self Hosted n8n
(2024-12-30 3:02:40 PM)
Self Hosted Postegres SQL Database
(2025-02-07 11:28:15 AM)
On the same VPS running n8n, created a docker container to run Postgres SQL database. Use the Postgres docs and GPT o1 to help create the docker-compose.yml file.
Created SQL View inside pgAdmin
(2025-02-12 5:31:39 PM)
After data tables have been created inside the Postgres SQL database, you can create SQL views to re-order your data, modify it, or perform calcualtions.
Created Bricks Coach Journal
(2025-02-12 5:42:51 PM)
I wanted to start keeping a journal of all the tools, software, technology, AI, etc. that I have been researching and learning. This Journal is built with Metabox CPT (Journal), a custom field for the date, Bricks Forge Pro Form to enter my Journal Entries, A Bricks template to loop through all the journal entries and store them on this page.