Add taiko-web
This commit is contained in:
parent
90544b1aca
commit
37a4a8cc8c
1 changed files with 15 additions and 0 deletions
15
taiko-web.service
Normal file
15
taiko-web.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=taiko-web
|
||||
Requires=docker.service
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/root/production/docker/taiko-web
|
||||
ExecStart=docker compose up --abort-on-container-exit
|
||||
ExecStop=docker compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue