Updated paperless template

This commit is contained in:
2026-02-14 11:43:02 +01:00
parent d92dfd9f85
commit dbfcf624c1
2 changed files with 13 additions and 0 deletions
@@ -59,6 +59,10 @@ services:
networks:
- traefik-public
- paperless-internal
deploy:
resources:
limits:
memory: 768M
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s
@@ -85,6 +89,10 @@ services:
- paperless_postgres_data:/var/lib/postgresql/data
networks:
- paperless-internal
deploy:
resources:
limits:
memory: 256M
healthcheck:
test: ["CMD-SHELL", "pg_isready -U paperless -d paperless"]
interval: 10s
@@ -101,6 +109,10 @@ services:
- paperless_redis_data:/data
networks:
- paperless-internal
deploy:
resources:
limits:
memory: 128M
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s