Compare commits

...

2 Commits

Author SHA1 Message Date
2340931a60 fixes 2022-12-28 08:57:35 +01:00
437b62376f fixed missing debian dependency 2022-12-28 08:56:11 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Package: fastapi-dls
Version: 0.6.0 Version: 0.6.0
Architecture: all Architecture: all
Maintainer: Oscar Krause oscar.krause@collinwebdesigns.de Maintainer: Oscar Krause oscar.krause@collinwebdesigns.de
Depends: python3, python3-fastapi, python3-uvicorn, python3-dotenv, python3-dateutil, python3-jose, python3-sqlalchemy, python3-pycryptodome, uvicorn, openssl Depends: python3, python3-fastapi, python3-uvicorn, python3-dotenv, python3-dateutil, python3-jose, python3-sqlalchemy, python3-pycryptodome, python3-markdown, uvicorn, openssl
Recommends: curl Recommends: curl
Installed-Size: 10240 Installed-Size: 10240
Homepage: https://git.collinwebdesigns.de/oscar.krause/fastapi-dls Homepage: https://git.collinwebdesigns.de/oscar.krause/fastapi-dls

View File

@ -16,7 +16,7 @@ After=network.target
User=www-data User=www-data
Group=www-data Group=www-data
AmbientCapabilities=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE
WorkingDirectory=$WORKING_DIR WorkingDirectory=$WORKING_DIR/app
EnvironmentFile=$CONFIG_DIR/env EnvironmentFile=$CONFIG_DIR/env
ExecStart=uvicorn main:app \\ ExecStart=uvicorn main:app \\
--env-file /etc/fastapi-dls/env \\ --env-file /etc/fastapi-dls/env \\