Requires Docker.
- Create your domain in GCP DNS
- Create a service account in GPC that has permission to update the relevant DNS entry.
- Download the service account's key.json file as
gcloud.key.json
in to this directory. - Create a
docker-compose.yaml
file based ondocker-compose.example.yaml
with the environment variables changed. - Run
docker compose up -d --build
.
Open an issue if you run in to a problem or need some help.