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

Configure Feed

Select the types of activity you want to include in your feed.

:zap: use alpine version of the postgres docker image

kacaii 2551b871 bdd78b9b

+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]