Go to file
giles ed79c441cf Update README.md 2024-02-11 12:40:33 +00:00
.gitignore first commit 2024-02-11 12:31:51 +00:00
Dockerfile first commit 2024-02-11 12:31:51 +00:00
README.md Update README.md 2024-02-11 12:40:33 +00:00
build.sh first commit 2024-02-11 12:31:51 +00:00
config.development.json first commit 2024-02-11 12:31:51 +00:00
config.production.template first commit 2024-02-11 12:31:51 +00:00
deploy.sh first commit 2024-02-11 12:31:51 +00:00
docker-compose.yml first commit 2024-02-11 12:31:51 +00:00
dont-tell-him-pike.jpeg Upload files to "/" 2024-02-11 12:38:53 +00:00
run.sh first commit 2024-02-11 12:31:51 +00:00

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

.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!]