mirror of
https://gitlab.com/little-lines/backend.git
synced 2025-07-07 16:31:04 +00:00
Upgrade CI to use Quadlets
This commit is contained in:
parent
1a7b7e4333
commit
e90d8a9f70
2 changed files with 20 additions and 7 deletions
14
little-lines-backend.container
Normal file
14
little-lines-backend.container
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue