Auto Merge of PR 94 - loggifly-addl-svcs_2025-07-02T06-27-26

Merged by Trez.One
This commit was merged in pull request #94.
This commit is contained in:
2025-07-02 07:15:54 -04:00
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ service:
dashboard: dashboard:
web_url: "https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md" web_url: "https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md"
icon: "https://raw.githubusercontent.com/n8n-io/n8n-docs/main/docs/_images/n8n-docs-icon.svg" icon: "https://raw.githubusercontent.com/n8n-io/n8n-docs/main/docs/_images/n8n-docs-icon.svg"
extcloud/server: nextcloud/server:
latest_version: latest_version:
type: github type: github
url: nextcloud/server url: nextcloud/server
+18 -5
View File
@@ -5,18 +5,31 @@ containers:
ghost_blog: ghost_blog:
action_keywords: action_keywords:
- restart: - restart:
regex: ':[0-9]{2}\] ERROR.*$' regex: 'Connection Error.*ECONNRESET$'
immich-server: immich-server:
action_keywords: action_keywords:
- restart: - restart:
regex: 'ADVICE:.*error' regex: '(ENOTFOUND|Error|ECONNREFUSED)'
invidious: invidious:
keywords: action_keywords:
- regex: 'Error reading.*Connection reset by peer trying to reconnect...' - restart:
regex: 'Error reading.*Connection reset by peer trying to reconnect\.\.\.'
maxun-backend:
action_keywords:
- restart:
regex: '[Ee]rror'
planka:
action_keywords:
- restart:
regex: 'Failed to lift app: Sails is taking too long to load.$'
scrutiny: scrutiny:
action_keywords: action_keywords:
- restart: - restart:
regex: s6.*fatal regex: '^s6-rc: fatal: timed out$'
swag:
action_keywords:
- restart:
regex: 's6-rc: fatal.*'
global_keywords: global_keywords:
keywords: keywords:
- panic - panic
+3 -2
View File
@@ -4011,14 +4011,15 @@ services:
volumes: volumes:
- penpot-assets:/opt/data/assets - penpot-assets:/opt/data/assets
penpot-exporter: penpot-exporter:
image: penpotapp/exporter:latest container_name: penpot-exporter
restart: always
depends_on: depends_on:
penpot-redis: penpot-redis:
condition: service_healthy condition: service_healthy
environment: environment:
PENPOT_PUBLIC_URI: http://penpot-frontend:8080 PENPOT_PUBLIC_URI: http://penpot-frontend:8080
PENPOT_REDIS_URI: redis://penpot-redis/0 PENPOT_REDIS_URI: redis://penpot-redis/0
image: penpotapp/exporter:latest
restart: unless-stopped
penpot-pg-db: penpot-pg-db:
container_name: penpot-pg-db container_name: penpot-pg-db
environment: environment: