Skip to content

Instantly share code, notes, and snippets.

@AlexGalhardo
Forked from maykbrito/Makefile
Created December 27, 2025 02:24
Show Gist options
  • Select an option

  • Save AlexGalhardo/f23f2337657a64bef5756b6d62cab33e to your computer and use it in GitHub Desktop.

Select an option

Save AlexGalhardo/f23f2337657a64bef5756b6d62cab33e to your computer and use it in GitHub Desktop.
n8n-docker-youtube
services:
n8n-youtube:
image: n8nio/n8n
ports:
- "5678:5678"
volumes:
- ./:/home/node/.n8n
environment:
GENERIC_TIMEZONE: America/Sao_Paulo
restart: unless-stopped
networks:
- n8n-network-youtube
networks:
n8n-network-youtube:
driver: bridge
deploy:
docker compose down -v && docker compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment