Peeters
Peeters
DDokploy
Created by donnie on 4/9/2025 in #old-help
Significant HTTPS slow down
I can see the same behavior....
25 replies
DDokploy
Created by Peeters on 4/6/2025 in #old-help
Twenty CRM template not working
So its supposed to be like:

volumes:
- twenty-server-local-data:/app/packages/twenty-server/$${STORAGE_LOCAL_PATH:-.local-storage}

volumes:
- twenty-server-local-data:/app/packages/twenty-server/$${STORAGE_LOCAL_PATH:-.local-storage}
8 replies
DDokploy
Created by Peeters on 4/6/2025 in #old-help
Twenty CRM template not working
Ah
8 replies
DDokploy
Created by Peeters on 4/6/2025 in #old-help
Twenty CRM template not working
I've created pull request
8 replies
DDokploy
Created by Peeters on 4/6/2025 in #old-help
Twenty CRM template not working
FIX: there is "}" missing in ${STORAGE_LOCAL_PATH} fixed:
volumes:
- twenty-server-local-data:/app/packages/twenty-server/${STORAGE_LOCAL_PATH}:-.local-storage}
volumes:
- twenty-server-local-data:/app/packages/twenty-server/${STORAGE_LOCAL_PATH}:-.local-storage}
8 replies