fief-dev / fief

Users and authentication management SaaS
https://www.fief.dev
Other
486 stars 42 forks source link

Docker Compose guide seems outdated? #354

Closed caschoener closed 3 months ago

caschoener commented 3 months ago

https://docs.fief.dev/self-hosting/deployment/docker-compose/

The guide suggests running fief run-server and fief run-worker in my docker images. With the latest code, I just get errors No such command 'run-worker'. and No such command 'run-server'.

I tried with 0.27 and it works fine there.