mirror of
https://gitlab.com/little-lines/backend.git
synced 2025-07-07 20:31:04 +00:00
Update env and container examples
This commit is contained in:
parent
f413d01bd9
commit
e047f21204
2 changed files with 14 additions and 1 deletions
14
little-lines-backend.container.example
Normal file
14
little-lines-backend.container.example
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue