Files
labca/mailer
Arjan H 012a7a5d53 Switch from docker-compose to docker compose plugin (#73)
The standalone docker-compose has been deprecated in favor of a plugin
for the compose binary.
2023-07-02 16:10:38 +02:00

10 lines
222 B
Bash
Executable File

#!/usr/bin/env bash
set -e
TODAY=`date '+%Y_%m_%d'`
echo "Running cron-$(basename $0) for ${TODAY}..."
cd /opt/boulder
docker compose exec boulder bin/expiration-mailer --config labca/config/expiration-mailer.json 2>&1