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:
|
2021-09-14 13:31:06 +00:00
|
|
|
|
2021-09-01 05:32:08 +00:00
|
|
|
appsmith:
|
|
|
|
|
build:
|
|
|
|
|
context: ../../
|
2021-09-14 13:31:06 +00:00
|
|
|
container_name: appsmith
|
2021-09-01 05:32:08 +00:00
|
|
|
ports:
|
|
|
|
|
- "80:80"
|
|
|
|
|
- "443:443"
|
|
|
|
|
- "9001:9001"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./stacks:/appsmith-stacks
|
2021-09-14 13:31:06 +00:00
|
|
|
|
2021-09-01 05:32:08 +00:00
|
|
|
auto_update:
|
|
|
|
|
image: containrrr/watchtower
|
|
|
|
|
volumes:
|
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
|
# Update check interval in seconds.
|
|
|
|
|
command: --interval 300 --label-enable --cleanup
|