Skip to content

Instantly share code, notes, and snippets.

@web-differently12
web-differently12 / typebot-coolify.yaml
Created September 3, 2025 07:11 — forked from itxtoledo/typebot-coolify.yaml
Docker Compose for deploying a Typebot instance on Coolify with little to no configuration
x-typebot-common: &typebot-common
depends_on:
postgresql:
condition: service_healthy
# redis:
# condition: service_healthy
maildev:
condition: service_started
x-typebot-env: &typebot-env