chore: Let the AWS AMI server start automatically on boot (#9104)

This commit is contained in:
Shrikant Sharat Kandula 2021-11-19 13:30:03 +05:30 committed by GitHub
parent 5fe9df733e
commit c0b29d6a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ services:
- ./stacks:/appsmith-stacks
labels:
com.centurylinklabs.watchtower.enable: "true"
restart: unless-stopped
auto_update:
image: containrrr/watchtower:latest-dev
@ -19,3 +20,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
# Update check interval in seconds.
command: --interval 300 --label-enable --cleanup
restart: unless-stopped