feat: run in cron or one-shot mode depending if KOPIA_CRON_SCHEDULE is set
This commit is contained in:
parent
2be4717780
commit
62569d9abf
2 changed files with 17 additions and 10 deletions
|
@ -3,7 +3,7 @@ FROM kopia/kopia
|
|||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y cron && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG KOPIA_CRON_SCHEDULE="*/30 * * * *"
|
||||
ARG KOPIA_CRON_SCHEDULE
|
||||
ENV KOPIA_CRON_SCHEDULE ${KOPIA_CRON_SCHEDULE}
|
||||
|
||||
ARG KOPIA_USERNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue