Private
Public Access
1
0

Remove docker-cleanup container from docker-compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-16 19:17:50 -05:00
parent ce050a73b5
commit 62792e73e1
-8
View File
@@ -50,14 +50,6 @@ services:
depends_on: depends_on:
- api - api
docker-cleanup:
image: docker:cli
container_name: purrse-docker-cleanup
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
entrypoint: ["/bin/sh", "-c", "while true; do sleep 86400; docker image prune -f; done"]
volumes: volumes:
purrse-db-data: purrse-db-data:
purrse-plugins: purrse-plugins: