Self host digital document signing and processing for contracts with DocuSeal

Self host digital document signing and processing for contracts with DocuSeal
Self hosted DocuSeal screenshot

DocuSeal, the open source document signing solution that's changing the way small businesses handle their paperwork. Whether you're a small business owner, a freelancer, or creator, DocuSeal offers a secure and cost-effective way to manage your document signing needs.

Let's consider a small vacation property rental agency, "BeachHouses Realty," which needs a reliable and secure platform to handle contracts and agreements with clients. With DocuSeal, BeachHouses Realty can create, fill, sign, and store all their documents securely on their own server, ensuring full control over their data without any ongoing subscription costs.

Self hosted DocuSeal screencastS

DocuSeal empowers small businesses like BeachHouses Realty to handle document signing efficiently and securely. By keeping everything on their own server, they maintain control over sensitive information, all while enjoying the benefits of a feature-rich, open source solution.

Formable's DocuSeal Portainer stack docker-compose.yml

services:
  app:
    depends_on:
      postgres:
        condition: service_healthy
    image: docuseal/docuseal:latest
    ports:
      - 3200:3000
    volumes:
      - docuseal:/data/docuseal
    environment:
      - FORCE_SSL=${HOST}
      - DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal

  postgres:
    image: postgres:15
    volumes:
      - pgdata:/var/lib/postgresql/data
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: postgres
      POSTGRES_DB: docuseal
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U postgres"]
      interval: 5s
      timeout: 5s
      retries: 5

volumes:
  docuseal:
  pgdata:

Managed Self Hosted DocuSeal

Formable sets up, monitors and updates your cloud applications.

💡
Formable installs DocuSeal at your own subdomain, for example: sign.formable.app
🔒
Free Let's Encrypt certificate setup and renewal with certbot.
📡
We monitor your application subdomain with Formable's Uptime Kuma server.
⚙️
Formable updates your application and checks for any breaking changes.
💾
Formable configures Kopia to take incremental snapshots of your application data and files to AWS S3.
✉️
Formable starts you on our Mailgun SMTP server for email notification delivery. We can then get you setup with your own Mailgun account and subdomain, so you can track deliverability.
🚨
Formable resolves any application downtime issues and supports your team.
Mastodon