mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 04:56:52 +00:00
14 lines
319 B
Text
14 lines
319 B
Text
[Unit]
|
|
Description=Little Lines frontend container
|
|
|
|
[Container]
|
|
ContainerName=little-lines-frontend
|
|
Image=localhost/little-lines-frontend
|
|
PublishPort=8081:5173
|
|
Volume=/media/sasha/Data1/Apps/ll-frontend/.env:/opt/little-lines-frontend/.env
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|