mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
Update README and remove old screenshots. Added password to Dockerfiles
This commit is contained in:
parent
b6b0857f17
commit
91e99e1bcc
@ -25,5 +25,6 @@ WORKDIR /app
|
|||||||
EXPOSE 5005
|
EXPOSE 5005
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
ENV PASSWORD=flame_password
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
||||||
|
@ -26,5 +26,6 @@ WORKDIR /app
|
|||||||
EXPOSE 5005
|
EXPOSE 5005
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
ENV PASSWORD=flame_password
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
@ -7,4 +7,6 @@ services:
|
|||||||
- /path/to/data:/app/data
|
- /path/to/data:/app/data
|
||||||
ports:
|
ports:
|
||||||
- 5005:5005
|
- 5005:5005
|
||||||
|
environment:
|
||||||
|
- PASSWORD=flame_password
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
node_modules
|
node_modules
|
||||||
github
|
.github
|
||||||
public
|
public
|
||||||
build.sh
|
|
||||||
k8s
|
k8s
|
||||||
skaffold.yaml
|
skaffold.yaml
|
BIN
.github/_apps.png
vendored
BIN
.github/_apps.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 90 KiB |
BIN
.github/_bookmarks.png
vendored
BIN
.github/_bookmarks.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 93 KiB |
BIN
.github/_home.png
vendored
BIN
.github/_home.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 75 KiB |
0
.github/_themes.png → .github/themes.png
vendored
0
.github/_themes.png → .github/themes.png
vendored
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
Loading…
Reference in New Issue
Block a user