bosd

Results 689 comments of bosd

Oops, forget my comment for now. I see that the dependency `partner_coc` still is not migrated to V13 and V14

:pray: @astirpe Can you move forward with this one?? Once this is merged, want to move it forward to V14.

Will see what I can do. ( Hope my coding skills are sufficient.) At first I had a little problem understanding the structure of the code. From an user perspective...

Want ahead and created the subdomain, the inverseproxy is somehow asking for. Well, at leat according to the logger there is a certificate delivered. ``` proxy-1 | INFO[2024-05-14T04:41:06Z] legolog: [INFO]...

Thanks 🙏, I'm looking forward to it, as I'm kinda blocked right now.

Thanks @josep-tecnativa I tried updating the inverseproxy to traefik2.0. It is not happy at all.. ``` proxy-1 | --entrypoints..proxyprotocol.trustedips (Default: "") proxy-1 | Trust only selected IPs. proxy-1 | proxy-1...

Thanks, that inverse proxy seems to be working. Booting it up, presents me a Welcome to Nginx when visiting the domain. Then starting the project with `docker compose -f prod.yaml...

Thanks, Fixed it with the new traefik 2.0 inverseproxy from the template. Then.. `docker compose -p inverseproxy -f inverseproxy.yaml up -d`

Even tried `export DOCKER_DEFAULT_PLATFORM=linux/arm64/v8 && docker compose -f prod.yaml up` It got passed the previous error. But now there is an enldess: `db-1 | exec /autoconf-entrypoint: exec format error`

@ap-wtioit Thanks for the pointer. Found out there was a [specific image](https://hub.docker.com/r/arm64v8/postgres/) for `arm64/v8` which was unavailable in the main repo. So changing the line to: ` image: arm64v8/postgres:15-alpine` Fixed...