22 lines
438 B
Text
22 lines
438 B
Text
[Unit]
|
|
Description=gatus uptime tracker
|
|
|
|
PartOf=singles.target
|
|
|
|
[Container]
|
|
ContainerName=gatus
|
|
Environment=TZ=Europe/Amsterdam
|
|
Image=docker.io/twinproduction/gatus:latest
|
|
AutoUpdate=registry
|
|
Volume=%h/services/singles/gatus/config:/config
|
|
Volume=%h/services/singles/gatus/data:/data/
|
|
Volume=/etc/timezone:/etc/timezone:ro
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
|
|
Network=host
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=singles.target
|