feat: add frontend service + dockerfile + env example
This commit is contained in:
parent
04835f31b6
commit
eb701bbb8a
3 changed files with 48 additions and 0 deletions
5
config/frontend.env.example
Normal file
5
config/frontend.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
NODE_ENV=production
|
||||
HOST=0.0.0.0
|
||||
PORT=3000
|
||||
LIBRARY_ROOT=/library
|
||||
DATA_ROOT=/now-playing
|
||||
Loading…
Add table
Add a link
Reference in a new issue