mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 08:36:51 +00:00
Use .env on server side
This commit is contained in:
parent
b0d6784462
commit
6317422824
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Description=Little Lines frontend container
|
||||||
ContainerName=little-lines-frontend
|
ContainerName=little-lines-frontend
|
||||||
Image=localhost/little-lines-frontend
|
Image=localhost/little-lines-frontend
|
||||||
PublishPort=8081:5173
|
PublishPort=8081:5173
|
||||||
|
Volume=/media/sasha/Data1/Apps/ll-frontend/.env:/opt/little-lines-frontend/.env
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue