Create and bootstrap the Docker stack for this repository when the user wants to start the local n8n environment, pull fresh images, recreate containers, or verify that the stack is up.
Use this skill when the user wants to create, start, or recreate the Docker stack for this repository.
.env file. If it does not exist, copy .env.example first..env before proceeding./data/n8n/files, ./data/n8n/logs, ./data/n8n/backups.docker compose config.docker compose pull.docker compose up -d.docker compose ps.docker compose logs --tail=100 for failing services.n8n_bnetwork network and the named volumes n8n_data, redis_data, and pgvector_data, so Docker Compose creates them automatically when missing.docker-entrypoint-initdb.d will not rerun automatically.