2023-11-12 16:42:46 +07:00
|
|
|
[Unit]
|
|
|
|
Description=Little Lines frontend container
|
|
|
|
|
|
|
|
[Container]
|
|
|
|
ContainerName=little-lines-frontend
|
|
|
|
Image=localhost/little-lines-frontend
|
2024-06-03 16:01:06 +07:00
|
|
|
PublishPort=5173:5173
|
|
|
|
Volume=/path/to/env:/opt/little-lines-frontend/.env
|
2023-11-12 16:42:46 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target default.target
|