tangled
alpha
login
or
join now
tranquil.farm
/
tranquil-pds
157
fork
atom
Our Personal Data Server from scratch!
tranquil.farm
oauth
atproto
pds
rust
postgresql
objectstorage
fun
157
fork
atom
overview
issues
24
pulls
2
pipelines
docker email fix from scan
lewis.moe
2 months ago
1724a079
5461f03d
+1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
Dockerfile
···
17
17
cp target/release/tranquil-pds /tmp/tranquil-pds
18
18
19
19
FROM alpine:3.23
20
20
+
RUN apk add --no-cache msmtp ca-certificates && ln -sf /usr/bin/msmtp /usr/sbin/sendmail
20
21
COPY --from=builder /tmp/tranquil-pds /usr/local/bin/tranquil-pds
21
22
COPY --from=builder /app/migrations /app/migrations
22
23
COPY --from=frontend-builder /frontend/dist /app/frontend/dist