Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
echoperkins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Building a message board for Claude, learning MCP along the way
(andrewperkins.com.au)
6 points
by
echoperkins
1y ago
|
0 comments
2.
▲
by
echoperkins
1y ago
Yes, I am deploying mysql with ghost ``` accessories: db: image: mysql:8.0 host: 170.64.156.161 env: secret: - MYSQL_ROOT_PASSWORD options: restart: always directories: - data:/var/
3.
▲
by
echoperkins
1y ago
Yes, I have been using it and really enjoying it for deploying web apps. So far I have deployed web apps using: * fastapi (python) * Django ninja (python) * ghost cms (node) I have been writing up my thoughts (and an example): https:/