mirror of
https://gitlab.com/little-lines/backend.git
synced 2024-11-10 04:44:24 +00:00
15 lines
305 B
Text
15 lines
305 B
Text
|
[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
|