Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
ARG BASE_REPO="repo.nstart.local/"
|
||||
FROM ${BASE_REPO}vaultwarden/server:testing-alpine
|
||||
|
||||
LABEL org.opencontainers.image.title="VaultWarden server" \
|
||||
org.opencontainers.image.description="NStart VaultWarden server."
|
||||
|
||||
COPY config.json /data/config.json
|
||||
|
||||
HEALTHCHECK --interval=15s --timeout=10s CMD /healthcheck.sh || exit 1
|
||||
|
||||
CMD ["/start.sh"]
|
||||
Reference in New Issue
Block a user