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