Build custom applications significantly faster with an open-source, low-code platform designed for developers. It provides full transparency and code-level control, combining the speed of visual building with the power of custom code. Build anything from customer dashboards and AI-powered apps to IT workflow UIs and enterprise app extensions.
The platform simplifies the entire development lifecycle:
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ce:latest
container_name: appsmith
ports:
- "80:80"
- "443:443"
environment:
- APPSMITH_ENCRYPTION_PASSWORD=${APPSMITH_ENCRYPTION_PASSWORD}
- APPSMITH_ENCRYPTION_SALT=${APPSMITH_ENCRYPTION_SALT}
volumes:
- ./stacks:/appsmith-stacks
restart: unless-stopped
APPSMITH_ENCRYPTION_PASSWORD=your_super_secret_encryption_password
APPSMITH_ENCRYPTION_SALT=your_super_secret_encryption_salt
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago