Cleanup git repo and fix overview in mds

This commit is contained in:
Tim
2021-08-16 17:57:13 +02:00
parent 75b4433c82
commit d34df0138e
4 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1,18 @@
# /etc/systemd/system/bla-docker-app.service
[Unit]
Description=Bla Docker Service
Requires=docker.service
After=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/home/tim/projects/devdocker
ExecStart=/usr/bin/docker-compose up -d
ExecStop=/usr/bin/docker-compose down
TimeoutStartSec=0
User=tim
[Install]
WantedBy=multi-user.target