23 lines
320 B
Text
23 lines
320 B
Text
[Unit]
|
|
Description=dashdot
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/mauricenino/dashdot
|
|
ContainerName=dashdot
|
|
AutoUpdate=registry
|
|
|
|
Network=dashdot.network
|
|
HostName=dashdot
|
|
PublishPort=3001:3001
|
|
|
|
Volume=/:/mnt/host:ro
|
|
|
|
EnvironmentFile=dashdot.env
|
|
|