ensure watchtower monitors node image, while we use a custom container.

This commit is contained in:
2024-05-30 14:48:56 -04:00
parent 45edbcdfe4
commit 54d6e2e585
+7
View File
@@ -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"