You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a custom docker-compose.yaml file for my installation and find that if I change the worker service name (e.g. to authentik-worker) and start the containers, the web page shows the following message and does not work.
failed to connect to authentik backend: authentik starting
I assume this is due to the worker hostname defaulting to worker internally and am hoping there's a way to override this with an environment variable or similar. Is this possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a custom
docker-compose.yaml
file for my installation and find that if I change theworker
service name (e.g. toauthentik-worker
) and start the containers, the web page shows the following message and does not work.I assume this is due to the worker hostname defaulting to
worker
internally and am hoping there's a way to override this with an environment variable or similar. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions