[GH-ISSUE #1902] Environment variables for automatic server configuration not used #566

Closed
opened 2026-03-07 20:51:23 +03:00 by kerem · 0 comments
Owner

Originally created by @laurent-perrin on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1902

Please, describe your question in details.
I'm trying to use the environment variables described in documentation to configure admin and server name with docker.

I run this command with an empty directory for the docker volume:
docker run --name cloudbeaver --rm -ti -p 9080:8978 -e CB_SERVER_NAME=test -e CB_ADMIN_NAME=admin -e CB_ADMIN_PASSWORD=admin -v /tmp/testcloudbeaver:/opt/cloudbeaver/workspace dbeaver/cloudbeaver

But when I connect to the webui, I got the setup phase and admin username and password seem to not be set.
Did I miss something when I start my docker container ?

Originally created by @laurent-perrin on GitHub (Aug 11, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1902 Please, describe your question in details. I'm trying to use the environment variables described in [documentation](https://dbeaver.com/docs/cloudbeaver/Server-configuration/#automatic-server-configuration) to configure admin and server name with docker. I run this command with an empty directory for the docker volume: `docker run --name cloudbeaver --rm -ti -p 9080:8978 -e CB_SERVER_NAME=test -e CB_ADMIN_NAME=admin -e CB_ADMIN_PASSWORD=admin -v /tmp/testcloudbeaver:/opt/cloudbeaver/workspace dbeaver/cloudbeaver` But when I connect to the webui, I got the setup phase and admin username and password seem to not be set. Did I miss something when I start my docker container ?
kerem 2026-03-07 20:51:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#566
No description provided.