massive-scalin-ads
This project uses Docker Compose to run n8n workflow automation.
- Docker Desktop installed and running
- Docker Compose (usually included with Docker Desktop)
-
Start n8n with Docker Compose: docker-compose up -d
-
Access n8n Web Interface:
- Open your browser and go to: http://localhost:5678
- Default credentials:
- Username:
admin - Password:
changeme
- Username:
- Important: Change the password after first login!
-
Stop n8n:
docker-compose down
-
View logs:
docker-compose logs -f n8n
- Edit
docker-compose.ymlto customize n8n settings - Workflows are stored in the
workflows/directory - n8n data is persisted in a Docker volume named
n8n_data
Copy .env.example to .env and customize:
cp .env.example .envThen edit .env with your preferred settings.
Place your n8n workflow JSON files in the workflows/ directory. You can import them through the n8n web interface.