tangled
alpha
login
or
join now
kacaii.dev
/
senac-brigade-server
0
fork
atom
wip: currently rewriting the project as a full stack application
tangled.org/kacaii.dev/sigo
gleam
0
fork
atom
overview
issues
1
pulls
pipelines
:zap: use alpine version of the postgres docker image
kacaii.dev
2 months ago
2551b871
bdd78b9b
+1
-1
1 changed file
expand all
collapse all
unified
split
.justfiles
postgres.just
+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
18
-
-d postgres:latest
18
18
+
-d postgres:18-alpine
19
19
20
20
# Rebuild the database empty
21
21
[no-cd]