PromucFlow_constructor/deploy/docker/docker-compose.yml
Shrikant Sharat Kandula 1233f7f7ee
chore: Change watchtower to latest from latest-dev (#11669)
This is because watchtower:latest-dev doesn't run on ARM architectures.
2022-03-07 13:58:20 +05:30

22 lines
417 B
YAML

version: "3"
services:
appsmith:
build:
context: ../../
container_name: appsmith
ports:
- "80:80"
- "443:443"
- "9001:9001"
volumes:
- ./stacks:/appsmith-stacks
auto_update:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# Update check every hour.
command: --schedule "0 0 * ? * *" --label-enable --cleanup