A microblog for lists.
- golang
v1.18
make buildThere are two apps: an ssh and web server.
./build/sshDefault port for ssh server is 2222.
./build/webDefault port for web server is 3000.
I use docker-compose for deployment. First you need .env.prod.
cp .env.example .env.prodThe production.yml file in this repo uses my docker hub images for deployment.
docker-compose -f production.yml up -dIf you want to deploy using your own domain then you'll need to edit the
Caddyfile with your domain.