This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-01-05 11:43:59 +01:00
|
|
|
version: '3.5'
|
|
|
|
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
image: 'containrrr/watchtower'
|
|
|
|
restart: 'always'
|
|
|
|
|
2021-01-05 11:55:32 +01:00
|
|
|
env_file:
|
|
|
|
- 'watchtower.env'
|
2021-01-05 11:51:16 +01:00
|
|
|
labels:
|
|
|
|
- 'com.centurylinklabs.watchtower.enable=true'
|
2021-01-05 11:43:59 +01:00
|
|
|
volumes:
|
|
|
|
- '/var/run/docker.sock:/var/run/docker.sock'
|