|
|
||
|---|---|---|
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| build.sh | ||
| config.development.json | ||
| config.production.template | ||
| deploy.sh | ||
| docker-compose.yml | ||
| dont-tell-him-pike.jpeg | ||
| run.sh | ||
README.md
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 build.sh
deploy
sh deploy.sh
secrets
{
"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!]
