mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-22 15:45:23 +02:00
* 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
10 lines
181 B
YAML
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: |