This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/ansible/etc/systemd/system/loki-server.service.j2

14 lines
292 B
Django/Jinja

[Unit]
Description=Dockerised web server
After=docker.service
[Service]
WorkingDirectory={{ loki_dir }}
Environment="COMPOSE_HTTP_TIMEOUT=300"
ExecStart=/usr/bin/docker-compose up
ExecStop=/usr/bin/docker-compose down
Restart=always
TimeoutStopSec=10min
[Install]
WantedBy=multi-user.target