enable watchtower image updates

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-08 22:40:48 +01:00
parent 54fcaaa887
commit 4dc6c9e97f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
restart: 'unless-stopped'
mem_limit: '{{ beacon_node_mem_limit }}M'
mem_reservation: '{{ beacon_node_mem_reserve }}M'
# enable automatic container updates
labels:
com.centurylinklabs.watchtower.enable: 'true'
ports:
- '127.0.0.1:{{ beacon_node_rpc_port }}:{{ beacon_node_rpc_port }}/tcp'
- '{{ beacon_node_metrics_port }}:{{ beacon_node_metrics_port }}/tcp'