Viewing profile — echoperkins
echoperkins
HN member- Joined
- Fri, Oct 30, 2020, 11:35 PM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About echoperkins
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43553193
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…
-
comment
Comment #43546166
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…