Last active 3 months ago
Appsmith is an open-source, low-code platform to build, deploy, and maintain internal apps.
0
0
1
| 1 | version: "3" |
| 2 | |
| 3 | services: |
| 4 | appsmith: |
| 5 | image: appsmith/appsmith-ce |
| 6 | container_name: appsmith-ce |
| 7 | ports: |
| 8 | - 80 |
| 9 | - 443 |
| 10 | - 9001 |