infrastructure/playbooks/roles/healthcheck/templates/healthcheck@.service.j2

6 lines
122 B
Text
Raw Normal View History

2024-09-26 22:02:36 +00:00
[Service]
Type=simple
ExecStart=/usr/bin/docker compose run --rm %i
WorkingDirectory={{ service_path }}
RuntimeMaxSec=300