Files
templates/blueprints/appsmith/docker-compose.yml
kadma 16a7e0d9e4 Update image versions in docker-compose for AList, Appsmith, and Budibase (#639)
* Update image versions in the docker-compose and meta.json files for AList, Appsmith, and Budibase.

* Update MinIO image version in docker-compose

Pins a specific MinIO image version RELEASE.2025-09-07T16-13-09Z
2026-02-15 19:42:23 -06:00

10 lines
181 B
YAML

version: "3.8"
services:
appsmith:
image: appsmith/appsmith-ee:v1.94
volumes:
- appsmith-data:/appsmith-stacks
restart: unless-stopped
volumes:
appsmith-data: