wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam

:zap: use alpine version of the postgres docker image

+1 -1
+1 -1
.justfiles/postgres.just
··· 15 15 -e POSTGRES_PASSWORD={{ postgres_password }} \ 16 16 -e POSTGRES_DB={{ postgres_db }} \ 17 17 -p {{ port }}:5432 \ 18 - -d postgres:latest 18 + -d postgres:18-alpine 19 19 20 20 #  Rebuild the database empty 21 21 [no-cd]