Michael Grote
0b277bf56a
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/180 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
8 lines
290 B
Django/Jinja
8 lines
290 B
Django/Jinja
{{ file_header | default () }}
|
|
[Unit]
|
|
Description=docker housekeeping tasks
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash -c '/usr/bin/docker system prune --force --filter "until=24h" --all && /usr/bin/docker buildx prune --force --filter "until=24h"'
|
|
# https://docs.docker.com/config/pruning
|