Cleanup git repo and fix overview in mds
This commit is contained in:
18
docs/bla-docker-app.service
Normal file
18
docs/bla-docker-app.service
Normal 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
|
Reference in New Issue
Block a user