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
| { | |
| "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", |
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: | |
| 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!" |