Skip to content

Instantly share code, notes, and snippets.

View gyoridavid's full-sized avatar

David Gyori gyoridavid

View GitHub Profile
@gyoridavid
gyoridavid / construction_timelapse_full_workflow.json
Created April 8, 2026 12:25
Construction timelapse n8n workflow with Wan 2.7
{
"name": "Construction timelapse video maker copy",
"nodes": [
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "7ad52628-4e09-4da6-892d-1e7a6c9504ed",
"name": "subworkflow_id_fal_wan_27_text_to_image",
@gyoridavid
gyoridavid / postiz.docker-compose.yml
Last active January 16, 2026 03:16
Running Postiz locally using docker-compose
services:
postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
container_name: postiz
restart: always
environment:
MAIN_URL: "http://localhost:5000"
FRONTEND_URL: "http://localhost:5000"
NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api"
JWT_SECRET: "random string that is unique to every install - just type random characters here!"