doc: add prod instructions
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
9fd6116858
commit
6fa72f5018
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -1,12 +1,24 @@
|
||||||
# sfu
|
# sfu
|
||||||
[](https://qa.roboces.dev/catalin/sfu)
|
[](https://qa.roboces.dev/catalin/sfu)
|
||||||
|
|
||||||
simple requirementsless, authenticationless file upload server
|
simple requirementless, authenticationless file upload server
|
||||||
|
|
||||||
## prod version
|
## prod version
|
||||||
|
|
||||||
WIP
|
- to expose a local folder called `./files`:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --name sfu \
|
||||||
|
-d -p 80:80 \
|
||||||
|
-v $(pwd)/files:/opt/sfu/files \
|
||||||
|
-e SFU_FILES_DIR=/opt/sfu/files \
|
||||||
|
-e SFU_PORT=80 \
|
||||||
|
-p 8000:80
|
||||||
|
1885504a9/sfu
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- ... modify accordingly
|
||||||
## dev version
|
## dev version
|
||||||
|
|
||||||
### using docker
|
### using docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue