chore: Let the AWS AMI server start automatically on boot (#9104)
This commit is contained in:
parent
5fe9df733e
commit
c0b29d6a2d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user