summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-23 11:45:24 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-23 11:45:24 -0300
commit796d3066de66e727fc3666e418296c8299fd0d9d (patch)
treeba24466fae282189258ff23c3e480207144f3372 /docker-compose.example.yaml
parentb7c6c693031b28a92b3df2afad0a7aae68df49c1 (diff)
Added watchtower
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index 3a88959..c766a82 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -113,3 +113,9 @@ services:
- OPENVPN_USER=<vpn_user>
- OPENVPN_PASSWORD=<vpn_password>
- SERVER_COUNTRIES=<vpn_country>
+
+ # Watchtower is going to keep our instances updated
+ watchtower:
+ image: containrrr/watchtower
+ volumes:
+ - /var/run/docker.sock:/var/run/docker.sock