amitavaghosh2

Results 2 comments of amitavaghosh2
trafficstars

docker-composes: **zitadel service account** ```yml services: zitadel: # The user should have the permission to write to ./machinekey user: "${UID:-1000}" restart: 'always' networks: - 'zitadel' image: 'ghcr.io/zitadel/zitadel:latest' command: 'start-from-init --masterkey...

Off all this nonsense what i don't understand is, `uv add --active ../../commons` , does nothing and the solution is to `uv pip install -e` . Python and its language...