Skip to content

Commit

Permalink
fix (cron): Fix data cleaner cron script (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan-ni authored Feb 22, 2025
1 parent 5d2c01b commit 56c3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clean_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ DIR_PATH=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

DOCKER_COMPOSE_FILE="$DIR_PATH/../docker-compose.yml"

docker compose -f $DOCKER_COMPOSE_FILE up -d clean-data
docker compose -f $DOCKER_COMPOSE_FILE up -d data-cleaner

0 comments on commit 56c3e0e

Please sign in to comment.