mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move 19 roles into roles/0-DEPRECATED-ROLES
This commit is contained in:
parent
0e39c42bbd
commit
2218d2334b
124 changed files with 5 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
ProxyPass /schooltool http://127.0.0.1:7080/++vh++http:schoolserver.lan:80/schooltool/++/
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[unit]
|
||||
Description=schooltool
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=-/usr/bin/docker stop tool
|
||||
ExecStartPre=-/usr/bin/docker rm tool
|
||||
ExecStart=/usr/bin/docker run -d --name=tool -p 7080:7080 -v /var/lib/schooltool:/var/lib/schooltool ghunt/schooltool
|
||||
#Restart=always
|
||||
#RestartSec=10s
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
TimeoutStartSec=120
|
||||
TimeoutStopSec=15
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue