diff --git a/compose.yaml b/compose.yaml index 6780cc10..3071ab96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -28,3 +28,10 @@ services: start_period: 10s timeout: 5s + # special container, just for watchtower, to monitor underlying image + readme_stats_monitor: + image: node:lts-alpine + container_name: readme_stats_monitor + restart: no + entrypoint: "/bin/true" +