From: Damian Myrda Date: Sun, 8 Sep 2024 03:53:31 +0000 (-0500) Subject: added continuous deployment X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=bf3f4310636d684a6817543f2b0b2d295359d7e4;p=p8d.git added continuous deployment --- diff --git a/compose.yml b/compose.yml index 1fb86ce..2086e8d 100644 --- a/compose.yml +++ b/compose.yml @@ -1,4 +1,15 @@ services: + updates: + container_name: updates + image: containrrr/watchtower + volumes: + - /var/run/docker.sock:/var/run/docker.sock + command: + - "--interval" + - "60" + - "--rolling-restart" + - "--cleanup" + web: container_name: web image: moncheeta/website:latest