added docker documentation

This commit is contained in:
Nicolas Constant 2020-09-16 20:18:22 -04:00
parent 54bac5e0ee
commit bcc4549b9a
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 30 additions and 0 deletions

28
DOCKER.md Normal file
View File

@ -0,0 +1,28 @@
# Sengi's Docker documentation
Here is some more detailed informations for Sengi's Docker users.
## Deploy Sengi's
Execute:
```
docker run -d -p 80:80 nicolasconstant/sengi
```
Sengi will then be available on port 80
## Landing page
Sengi's docker contains a landing page so that you can open a pop-up easily.<br />
It's available in ```https://your-host/start/index.html```
## Personalize the Privacy Statement
You can personalize the privacy statement by linking it as follow:
```
docker run -d -p 80:80 -v /Path/privacy.html:/app/assets/docs/privacy.html nicolasconstant/sengi
```

View File

@ -32,6 +32,8 @@ A docker image is available for auto-hosting your own Sengi webapp!
docker run -d -p 80:80 nicolasconstant/sengi
```
Find more informations [here](https://github.com/NicolasConstant/sengi/blob/master/DOCKER.md).
The docker image also provide a landing page so that you can open a pop-up really easily. <br />
It's available in ```https://your-host/start/index.html```