Argh, what a pain. Yeah, I know how to do this now. We need to wire up an nginx container that tells traefik to match /.well-known/ on our main domain name. I'll get that out shortly.
Refs:
- https://jonnev.se/matrix-homeserver-synapse-v0-99-1-1-with-traefik/
- https://docs.traefik.io/routing/routers/#rule
(PS. It'd be rad to be able to use nginx AND traefik because avoiding all these docker related hacks would be wonderful. But I can't see how that is possible without having to manage some weird configuration that we'll forget how it works really fast. Open to ideas though...)
Tried b3bed6d48e
, no luck ;)
Maybe https://github.com/keybase/keybase-issues/issues/366#issuecomment-39044580?
This is related to the version: "3.7"
field in the docker-compose.yml
file. Each version of docker-compose
supports some version of the YAML schema. So, I guess you need to upgrade your docker-compose
.
I am not sure how you have it currently installed? I don't know how to upgrade an already installed version. The recommended install steps are quite quick and easy though: https://docs.docker.com/compose/install/.
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
My version is:
➜ autonomic.zone (master) ✔ docker-compose --version
docker-compose version 1.26.0, build d4451659
Hey, it's fixed. Turns out, I added the docker deploy secrets to the autonomic-cooperative acccount but not your individual repository here. Check the settings tab over at https://drone.autonomic.zone/kawaiipunk/walkaway-wiki/settings. Looks it is good again.
That was also related to autonomic-cooperative/infrastructure#20. Smoked out another issue to be aware of... good to be dog fooding this infrastructure on a trial basis before trying to sell it out ;)