Go to file
giles b6b13e0a5a reduced mysql 2024-02-14 21:59:59 +00:00
mysql reduced mysql 2024-02-14 21:59:59 +00:00
.gitignore installation 2024-02-13 20:22:58 +00:00
Dockerfile first commit 2024-02-11 12:31:51 +00:00
README.md installation 2024-02-13 20:22:58 +00:00
build.sh reduced mysql 2024-02-14 21:59:59 +00:00
config.development.json first commit 2024-02-11 12:31:51 +00:00
config.production.template running site 2024-02-13 20:21:16 +00:00
deploy.sh running site 2024-02-13 20:21:16 +00:00
docker-compose.yml reduced mysql 2024-02-14 21:59:59 +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!]

install on new droplet

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

docker swarm init --advertise-addr=