[ANSIBLE] Automated PR for loggifly-addl-svcs_2025-07-02T06-27-26 - #94 #94
@@ -239,7 +239,7 @@ service:
|
||||
dashboard:
|
||||
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"
|
||||
extcloud/server:
|
||||
nextcloud/server:
|
||||
latest_version:
|
||||
type: github
|
||||
url: nextcloud/server
|
||||
|
||||
@@ -5,18 +5,31 @@ containers:
|
||||
ghost_blog:
|
||||
action_keywords:
|
||||
- restart:
|
||||
regex: ':[0-9]{2}\] ERROR.*$'
|
||||
regex: 'Connection Error.*ECONNRESET$'
|
||||
immich-server:
|
||||
action_keywords:
|
||||
- restart:
|
||||
regex: 'ADVICE:.*error'
|
||||
regex: '(ENOTFOUND|Error|ECONNREFUSED)'
|
||||
invidious:
|
||||
keywords:
|
||||
- regex: 'Error reading.*Connection reset by peer trying to reconnect...'
|
||||
action_keywords:
|
||||
- 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:
|
||||
action_keywords:
|
||||
- restart:
|
||||
regex: s6.*fatal
|
||||
regex: '^s6-rc: fatal: timed out$'
|
||||
swag:
|
||||
action_keywords:
|
||||
- restart:
|
||||
regex: 's6-rc: fatal.*'
|
||||
global_keywords:
|
||||
keywords:
|
||||
- panic
|
||||
|
||||
+3
-2
@@ -4011,14 +4011,15 @@ services:
|
||||
volumes:
|
||||
- penpot-assets:/opt/data/assets
|
||||
penpot-exporter:
|
||||
image: penpotapp/exporter:latest
|
||||
restart: always
|
||||
container_name: penpot-exporter
|
||||
depends_on:
|
||||
penpot-redis:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
PENPOT_PUBLIC_URI: http://penpot-frontend:8080
|
||||
PENPOT_REDIS_URI: redis://penpot-redis/0
|
||||
image: penpotapp/exporter:latest
|
||||
restart: unless-stopped
|
||||
penpot-pg-db:
|
||||
container_name: penpot-pg-db
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user