Docker Compose guide seems outdated? #355
Unanswered
caschoener
asked this question in
Q&A
Replies: 1 comment
-
Starting 0.28+, we're doing a trick with the CLI to avoid problems when environment variables are missing or wrong: the main commands are not loaded; hence the Check if you have correctly configured all the mandatory environment variables:
I'll open an issue to improve the CLI so it outputs meaningful info when we are in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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'.
andNo such command 'run-server'.
I tried with 0.27 and it works fine there.
Beta Was this translation helpful? Give feedback.
All reactions