mirror of https://github.com/containrrr/watchtower
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
site_name: Watchtower
 | 
						|
site_url: https://containrrr.dev/watchtower/
 | 
						|
repo_url: https://github.com/containrrr/watchtower/
 | 
						|
edit_uri: edit/main/docs/
 | 
						|
theme:
 | 
						|
  name: 'material'
 | 
						|
  palette:
 | 
						|
    - media: "(prefers-color-scheme: light)"
 | 
						|
      scheme: containrrr
 | 
						|
      toggle:
 | 
						|
        icon: material/weather-night
 | 
						|
        name: Switch to dark mode
 | 
						|
    - media: "(prefers-color-scheme: dark)"
 | 
						|
      scheme: containrrr-dark
 | 
						|
      toggle:
 | 
						|
        icon: material/weather-sunny
 | 
						|
        name: Switch to light mode
 | 
						|
  logo: images/logo-450px.png
 | 
						|
  favicon: images/favicon.ico
 | 
						|
extra_css:
 | 
						|
  - stylesheets/theme.css
 | 
						|
markdown_extensions:
 | 
						|
    - toc:
 | 
						|
        permalink: True
 | 
						|
        separator: "_"
 | 
						|
    - admonition
 | 
						|
    - pymdownx.highlight
 | 
						|
    - pymdownx.superfences
 | 
						|
    - pymdownx.magiclink:
 | 
						|
        repo_url_shortener: True
 | 
						|
        provider: github
 | 
						|
        user: containrrr
 | 
						|
        repo: watchtower
 | 
						|
    - pymdownx.saneheaders
 | 
						|
    - pymdownx.tabbed:
 | 
						|
        alternate_style: true
 | 
						|
nav:
 | 
						|
   - 'Home': 'index.md'
 | 
						|
   - 'Introduction': 'introduction.md'
 | 
						|
   - 'Usage overview': 'usage-overview.md'
 | 
						|
   - 'Arguments': 'arguments.md'
 | 
						|
   - 'Notifications': 'notifications.md'
 | 
						|
   - 'Container selection': 'container-selection.md'
 | 
						|
   - 'Private registries': 'private-registries.md'
 | 
						|
   - 'Linked containers': 'linked-containers.md'
 | 
						|
   - 'Remote hosts': 'remote-hosts.md'
 | 
						|
   - 'Secure connections': 'secure-connections.md'
 | 
						|
   - 'Stop signals': 'stop-signals.md'
 | 
						|
   - 'Lifecycle hooks': 'lifecycle-hooks.md'
 | 
						|
   - 'Running multiple instances': 'running-multiple-instances.md'
 | 
						|
   - 'HTTP API Mode': 'http-api-mode.md'
 | 
						|
   - 'Metrics': 'metrics.md'
 | 
						|
plugins:
 | 
						|
    - search
 |