Skip to content

Commit e5b52b1

Browse files
authored
Docker system prune (#47)
* Add docker system prune to avoid running out of disk space * It shouldn't be interactive
1 parent b3a1b88 commit e5b52b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@
8585
minute: "*/5"
8686
job: "cd /srv && docker compose run app make all"
8787

88+
- name: Do a system prune to avoid running out of disk space
89+
shell: "docker system prune -f"
90+
8891
- name: Start Docker compose
8992
shell: "cd /srv && docker compose up -d --build --force-recreate"

0 commit comments

Comments
 (0)