2023-07-24 04:26:30 +00:00
|
|
|
# Use for running an Appsmith, during development.
|
|
|
|
|
|
2021-09-01 05:32:08 +00:00
|
|
|
version: "3"
|
2021-09-14 13:31:06 +00:00
|
|
|
|
2021-09-01 05:32:08 +00:00
|
|
|
services:
|
|
|
|
|
appsmith:
|
2023-07-24 04:26:30 +00:00
|
|
|
image: index.docker.io/appsmith/appsmith-ce:release
|
2021-09-14 13:31:06 +00:00
|
|
|
container_name: appsmith
|
2021-09-01 05:32:08 +00:00
|
|
|
ports:
|
2023-07-24 04:26:30 +00:00
|
|
|
- "8080:80"
|
|
|
|
|
environment:
|
|
|
|
|
APPSMITH_ENCRYPTION_PASSWORD: abcd
|
|
|
|
|
APPSMITH_ENCRYPTION_SALT: abcd
|
2021-09-01 05:32:08 +00:00
|
|
|
volumes:
|
|
|
|
|
- ./stacks:/appsmith-stacks
|