Migrate services part
This commit is contained in:
parent
7c59e4ae57
commit
73bce8f6e5
157 changed files with 3883 additions and 9 deletions
roles/healthcheck/templates
5
roles/healthcheck/templates/healthcheck@.service.j2
Normal file
5
roles/healthcheck/templates/healthcheck@.service.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/docker compose run --rm %i
|
||||
WorkingDirectory={{ service_path }}
|
||||
RuntimeMaxSec=300
|
Loading…
Add table
Add a link
Reference in a new issue