Enable SSL in PostgreSQL Docker

I'll keep this short. In official docker image, there's already built-in SSL keys ready. We just need to tell Postgres to use it by adding the following section into the docker-compose file: image: postgres:xxx ... command: > -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c…

Start trying Ghost today

I have been using Wordpress for many years. It's probably the time to switch to some modern app such as Ghost to catch up with the world. Ghost(Pro) is really appealing. After several hours consideration, I still decide to build one by my own, to also train my docker…