Skip to content

Commit

Permalink
choose better tag for headscale-on-fly to grab litestream-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 14, 2024
1 parent 264f1bb commit 4947403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vaultwarden-fly-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN arch=$(cat /tmp/arch) &&\
FROM ghcr.io/dani-garcia/vaultwarden:1.32.1-alpine
RUN apk add age envsubst fuse jq openssl sudo
COPY --from=litestream /litestream /usr/bin/litestream
COPY --from=ghcr.io/niklasrosenstein/headscale-fly-io:sha-2ca5eea /etc/headscale/litestream-entrypoint.sh /
COPY --from=ghcr.io/niklasrosenstein/headscale-fly-io:0.4.0-headscale-0.23.0 /etc/headscale/litestream-entrypoint.sh /
COPY --from=geesefs /geesefs /usr/bin/geesefs
COPY --from=minio/mc:RELEASE.2024-10-02T08-27-28Z /usr/bin/mc /usr/bin/mc
COPY entrypoint.sh .
Expand All @@ -30,6 +30,7 @@ COPY entrypoint.sh .
# chown -R vaultwarden:vaultwarden /data /etc/litestream.yml /mnt/s3
#USER vaultwarden

# Make Vaultwarden listen on port 8080.
ENV ROCKET_PORT=8080

ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]

0 comments on commit 4947403

Please sign in to comment.