Skip to content

pablopunk/doce.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

614 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doce.dev - Self-Hosted AI Website Builder

doce.dev logo
doce.dev showcase. not a real workflow, made in Remotion doce.dev showcase. not a real workflow, made in Remotion

Doce stands for:

  • Delicious Open Code Environments
  • Deploy On Containers Easily
  • Deploy Orchestrated Containers
  • Deploy Once Crash Everywhere
  • Don't Over Complicate Environments
  • ...

docker-compose.yml

Deploy doce.dev on your own infrastructure using Docker Compose:

# docker-compose.yml
services:
  doce:
    image: ghcr.io/pablopunk/doce.dev:latest
    container_name: doce
    restart: unless-stopped
    ports:
      - "4321:4321"
    volumes:
      - ./data:/app/data # DB and project files
      - /var/run/docker.sock:/var/run/docker.sock # Required since we use containers to run projects/opencode

doce.dev screenshot doce.dev screenshot

License

Copyright (C) 2025 Pablo P Varela

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See LICENSE for the full text.

About

Delicious Open Code Environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors