Update README.md
This commit is contained in:
parent
7ca203ee66
commit
ed79c441cf
110
README.md
110
README.md
|
@ -1,56 +1,54 @@
|
|||
# Village hall website
|
||||
|
||||
This is the configuration for the **docker stack** running village hall web site.
|
||||
|
||||
Served by a reverse proxy running on another docker stack.
|
||||
|
||||
## secrets
|
||||
|
||||
you need to put secrets in the following files
|
||||
|
||||
### .email
|
||||
|
||||
```
|
||||
{
|
||||
"transport": "SMTP",
|
||||
"options":
|
||||
{
|
||||
"service": "Mailgun",
|
||||
"host": "smtp.eu.mailgun.org",
|
||||
"secure": true,
|
||||
"port": 465,
|
||||
"auth": {
|
||||
"user": "[secret!!]",
|
||||
"pass": "[secret!]"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### .db-password
|
||||
|
||||
```
|
||||
[secret!]
|
||||
```
|
||||
|
||||
### .db-root-password
|
||||
|
||||
```
|
||||
[secret!]
|
||||
```
|
||||
|
||||
## build
|
||||
|
||||
```sh
|
||||
|
||||
sh build.sh
|
||||
|
||||
```
|
||||
|
||||
## deploy
|
||||
|
||||
```sh
|
||||
|
||||
sh deploy.sh
|
||||
```
|
||||
|
||||
# Village hall website
|
||||
|
||||
This is the configuration for the **docker stack** running village hall web site.
|
||||
|
||||
Served by a reverse proxy running on another docker stack.
|
||||
|
||||
## build
|
||||
|
||||
```sh
|
||||
|
||||
sh build.sh
|
||||
|
||||
```
|
||||
|
||||
## deploy
|
||||
|
||||
```sh
|
||||
|
||||
sh deploy.sh
|
||||
```
|
||||
|
||||
## secrets
|
||||
|
||||
![](./dont-tell-him-pike.jpeg)
|
||||
### .email
|
||||
|
||||
```
|
||||
{
|
||||
"transport": "SMTP",
|
||||
"options":
|
||||
{
|
||||
"service": "Mailgun",
|
||||
"host": "smtp.eu.mailgun.org",
|
||||
"secure": true,
|
||||
"port": 465,
|
||||
"auth": {
|
||||
"user": "[secret!!]",
|
||||
"pass": "[secret!]"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### .db-password
|
||||
|
||||
```
|
||||
[secret!]
|
||||
```
|
||||
|
||||
### .db-root-password
|
||||
|
||||
```
|
||||
[secret!]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue