Initial commit

This commit is contained in:
Thomas Klaehn
2021-04-27 12:26:38 +02:00
committed by Thomas Klaehn
commit abdb3fe00c
11 changed files with 585 additions and 0 deletions

11
hochbeet.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Hochbeet service
After=multi-user.target
[Service]
Type=idle
ExecStart=gunicorn --bind 0.0.0.0:80 hochbeet:app
[Install]
WantedBy=multi-user.target