paperless/healthcheck aktiviert

This commit is contained in:
Borgal
2024-06-28 15:38:48 +00:00
parent 80dcec9d92
commit 07a7e94edf
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
restart: always restart: unless-stopped
volumes: volumes:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro

View File

@@ -56,11 +56,11 @@ services:
- broker - broker
ports: ports:
- 8009:8000 - 8009:8000
# healthcheck: healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8000"] test: ["CMD", "curl", "-f", "http://localhost:8000"]
# interval: 30s interval: 30s
# timeout: 10s timeout: 10s
# retries: 5 retries: 5
volumes: volumes:
- ./data:/usr/src/paperless/data - ./data:/usr/src/paperless/data
- media:/usr/src/paperless/media - media:/usr/src/paperless/media