This is a first commit in preparation for 2.0 - now using prototempaltes™ - updated README - makefile for some nice shortcuts - add new tikettes - remove tikettes Things that don't work (yet) - authentication on the main frontend (there is none) - generating PDFs
15 lines
311 B
Desktop File
15 lines
311 B
Desktop File
[Unit]
|
|
Description=%i service with docker compose
|
|
PartOf=docker.service
|
|
After=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
WorkingDirectory=/etc/docker/compose/%i
|
|
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
|
ExecStop=/usr/bin/docker-compose down
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|