Skip to content

Instantly share code, notes, and snippets.

View ianram0s's full-sized avatar
🎯
Focusing

Ian Ramos ianram0s

🎯
Focusing
View GitHub Profile
@ianram0s
ianram0s / n8n-queue-mode-coolify.yml
Last active November 6, 2025 20:34 — forked from maykbrito/n8n-queue-mode-coolify.yml
n8n-queue-mode-coolify.yml
services:
n8n:
image: 'n8nio/n8n:latest'
command: start
environment:
- SERVICE_FQDN_N8N_5678
- 'N8N_EDITOR_BASE_URL=${SERVICE_FQDN_N8N}'
- 'WEBHOOK_URL=${SERVICE_FQDN_N8N}'
- 'N8N_HOST=${SERVICE_URL_N8N}'
- 'GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-America/Sao_Paulo}'