Upgrade CI to use Quadlets

This commit is contained in:
Late Night Defender 2023-11-12 16:59:05 +07:00
parent 1a7b7e4333
commit e90d8a9f70
2 changed files with 20 additions and 7 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Little Lines backend container
[Container]
ContainerName=little-lines-backend
Image=localhost/little-lines-backend
PublishPort=5001:5001
Volume= /media/sasha/Data1/Apps/ll-backend/.env:/opt/ll-backend/.env
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target