Paws/Docker/Docker-Compose
Aroy-Art 20e5e935a6
n8n Stack: enable runners by default
- N8N_RUNNERS_ENABLED -> Running n8n without task runners is
deprecated. Task runners will be turned on by default in a future
version. Please set `N8N_RUNNERS_ENABLED=true` to enable task runners
now and avoid potential issues in the future. Learn more:
https://docs.n8n.io/hosting/configuration/task-runners/
2025-08-16 16:56:50 +02:00
..
Arr Arr-Stack: remove depricated version & set name instead 2025-02-04 14:58:17 +01:00
AURCache AURCache Stack: set .env.sample file to mach convention 2025-06-15 23:17:10 +02:00
CashFab CashFab Stack: remove depricated version & set stack name 2025-06-15 23:45:19 +02:00
Convex Convex Stack: fix backend url env var 2025-04-22 19:48:16 +02:00
Endlessh Endlessh Stack: update geo ip data path 2025-07-12 12:01:13 +02:00
Formbricks Formbricks: update user data path var name 2025-02-13 13:16:59 +01:00
Homepage Homepage Stack: add loki logging 2025-06-17 21:29:36 +02:00
ISO-Share ISO-Share Stack: update to keep consistent standards 2025-06-16 21:17:18 +02:00
Matrix-Stack Matrix-Stack: change synapse admin image to a more uptodate version 2024-12-26 15:14:51 +01:00
Monitioring Monitoring Stack: fix pattern ingester config for loki 2025-08-15 17:34:28 +02:00
n8n n8n Stack: enable runners by default 2025-08-16 16:56:50 +02:00
Nginx-Proxy-Manager Nginx Proxy Manager Stack: set img version tag for app to 2.12.5 2025-07-09 14:31:24 +02:00
Portainer ZSH Config: add Angular CLI setup 2025-06-01 23:41:55 +02:00
Sharkey Sharkey Stack: add loki logging output 2025-07-05 19:25:03 +02:00
TubeArchivist TubeArchivist Stack: add base for this stack 2025-06-12 20:37:35 +02:00
README.md Docker-Compose: add readme with snippets 2025-08-15 17:33:28 +02:00

My Docker Compose Stacks

Every subdirectory is its own stack.

Snippets

Loki logging

    logging:
      driver: loki
      options:
        loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
# Loki log monitoring
LOKI_URL=