Allow self signed certs and increase a bit the timings

This commit is contained in:
Daniel García
2019-09-11 22:01:42 +02:00
parent ae8bf954c1
commit f9408a00c6
11 changed files with 11 additions and 11 deletions

View File

@ -96,7 +96,7 @@ COPY --from=build app/target/release/bitwarden_rs .
COPY docker/healthcheck.sh ./healthcheck.sh
HEALTHCHECK --interval=10s --timeout=1s CMD sh healthcheck.sh || exit 1
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
# Configures the startup!
CMD ["./bitwarden_rs"]

View File

@ -78,7 +78,7 @@ COPY --from=build /app/target/x86_64-unknown-linux-musl/release/bitwarden_rs .
COPY docker/healthcheck.sh ./healthcheck.sh
HEALTHCHECK --interval=10s --timeout=1s CMD sh healthcheck.sh || exit 1
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
# Configures the startup!