AppsLow CodeAppsmith

Appsmith

Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
 
services:
   appsmith:
     image: index.docker.io/appsmith/appsmith-ee
     container_name: appsmith
     ports:
         - "80:80"
         - "443:443"
     volumes:
         - ./stacks:/appsmith-stacks
     restart: unless-stopped

Resources

Website: https://www.appsmith.com/

GitHub: https://github.com/appsmithorg/appsmith

Docker Hub: https://hub.docker.com/r/appsmith/appsmith-ce

Configuration: https://docs.appsmith.com/getting-started/setup/installation-guides/docker