Skip to content

Instantly share code, notes, and snippets.

@maykbrito
Created April 23, 2025 23:36
Show Gist options
  • Save maykbrito/477b2c01dce9725e44caa0907622afec to your computer and use it in GitHub Desktop.
Save maykbrito/477b2c01dce9725e44caa0907622afec 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