Run backup every 12 hours

This commit is contained in:
Isaac Shoebottom 2024-08-21 10:12:21 -03:00
parent ad811fcfd4
commit 760f67e2ca

View File

@ -18,7 +18,7 @@ services:
env_file: env_file:
- ../stack.env - ../stack.env
environment: environment:
- CRON_SCHEDULE=0 0 * * * - CRON_SCHEDULE=0 */12 * * *
- BW_SERVER_SOURCE=https://bitwarden.shoebottom.ca - BW_SERVER_SOURCE=https://bitwarden.shoebottom.ca
- BW_SERVER_DEST=https://vault.bitwarden.com - BW_SERVER_DEST=https://vault.bitwarden.com
volumes: volumes: