mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Update README and remove old screenshots. Added password to Dockerfiles
This commit is contained in:
parent
b6b0857f17
commit
91e99e1bcc
8 changed files with 6 additions and 3 deletions
|
@ -25,5 +25,6 @@ WORKDIR /app
|
|||
EXPOSE 5005
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV PASSWORD=flame_password
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
|
|
|
@ -26,5 +26,6 @@ WORKDIR /app
|
|||
EXPOSE 5005
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV PASSWORD=flame_password
|
||||
|
||||
CMD ["node", "server.js"]
|
|
@ -7,4 +7,6 @@ services:
|
|||
- /path/to/data:/app/data
|
||||
ports:
|
||||
- 5005:5005
|
||||
environment:
|
||||
- PASSWORD=flame_password
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue