Created
April 23, 2025 23:36
-
-
Save maykbrito/477b2c01dce9725e44caa0907622afec to your computer and use it in GitHub Desktop.
n8n-docker-youtube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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