mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 18:16:52 +00:00
14 lines
291 B
Text
14 lines
291 B
Text
[Unit]
|
|
Description=Little Lines frontend container
|
|
|
|
[Container]
|
|
ContainerName=little-lines-frontend
|
|
Image=localhost/little-lines-frontend
|
|
PublishPort=5173:5173
|
|
Volume=/path/to/env:/opt/little-lines-frontend/.env
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|