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