paperless/healthcheck aktiviert
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
@@ -56,11 +56,11 @@ services:
|
||||
- broker
|
||||
ports:
|
||||
- 8009:8000
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8000"]
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 5
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
volumes:
|
||||
- ./data:/usr/src/paperless/data
|
||||
- media:/usr/src/paperless/media
|
||||
|
||||
Reference in New Issue
Block a user