ensure template valid
This commit is contained in:
3
templates/watchtower/config/.template_info.env
Normal file
3
templates/watchtower/config/.template_info.env
Normal file
@ -0,0 +1,3 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=watchtower
|
||||
|
5
templates/watchtower/config/config.json
Normal file
5
templates/watchtower/config/config.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"auths": {
|
||||
|
||||
}
|
||||
}
|
6
templates/watchtower/config/service.env
Normal file
6
templates/watchtower/config/service.env
Normal file
@ -0,0 +1,6 @@
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the _basic.env file in the template to make it specific to this server)
|
||||
|
||||
# Interval in seconds between checks.
|
||||
# Default is 1800 seconds (30 minutes).
|
||||
INTERVAL=1800
|
Reference in New Issue
Block a user