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"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./stacks:/appsmith-stacks
|
2021-09-14 13:31:06 +00:00
|
|
|
|
2021-09-01 05:32:08 +00:00
|
|
|
auto_update:
|
2022-03-07 08:28:20 +00:00
|
|
|
image: containrrr/watchtower
|
2021-09-01 05:32:08 +00:00
|
|
|
volumes:
|
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
2021-12-23 05:18:26 +00:00
|
|
|
# Update check every hour.
|
2022-03-08 14:55:20 +00:00
|
|
|
command: --schedule "0 0 * ? * *" --label-enable --cleanup
|