tangled
alpha
login
or
join now
kacaii.dev
/
sigo
0
fork
atom
๐ฉโ๐ Firefighters API written in Gleam!
lustre
gleam
0
fork
atom
overview
issues
pulls
pipelines
:truck: change backend image name
kacaii.dev
1 week ago
b3bb504c
4664080e
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
+2
-2
1 changed file
expand all
collapse all
unified
split
justfile
+2
-2
justfile
···
70
70
# ๓ฐ Build the backend container image
71
71
[group("podman")]
72
72
build-backend:
73
73
-
@podman build -t backend .
73
73
+
@podman build -t sigo-fullstack .
74
74
75
75
# ๎ฎ Starts the PostgreSQL database inside the pod
76
76
[group("podman")]
···
90
90
--pod {{ pod_name }} \
91
91
--name backend \
92
92
-e DATABASE_URL -e SECRET_KEY \
93
93
-
backend
93
93
+
sigo-fullstack
94
94
95
95
96
96
# ๎ญป Starts the full stack