Join Nostr
2026-03-03 01:52:16 UTC

Yuka on Nostr: My Akkoma and PostgreSQL are now running inside Docker. I guess the mail server can ...

My Akkoma and PostgreSQL are now running inside Docker. I guess the mail server can also run inside Docker.

```
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0e70c1dc246f akkoma:latest "/opt/akkoma/docker-…" 3 seconds ago Up 2 seconds 4000/tcp ak-akkoma-1
2ba1820747a9 pl-postgres:18-rum "docker-entrypoint.s…" 3 seconds ago Up 3 seconds 5432/tcp ak-postgres-1
```
#linux #docker #akkoma #postgresql