homeserver/roles/mgrote_docker_housekeeping/templates/docker_housekeeping.service.j2
Michael Grote d1c18d270a
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
docker: add housekeeping (#105)
Reviewed-on: #105
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-06-05 18:58:28 +02:00

9 lines
208 B
Django/Jinja

{{ file_header | default () }}
[Unit]
Description=Docker housekeeping tasks
[Service]
Type=simple
ExecStart=/usr/bin/docker system prune --force --filter "until=24h"
# https://docs.docker.com/config/pruning