Skip to content

Fix: APISIX Dashboard "etcd not connected" issue in Docker Compose setup #587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sahil2k24
Copy link

Description:

This pull request enhances the APISIX Docker setup by introducing the APISIX Dashboard for easier management and visualization. The following key changes were made:

- Added example/dashboard_conf/conf.yaml
A new configuration file for the APISIX Dashboard has been created. This file includes the necessary settings to connect to the etcd instance and manage APISIX through a web interface.

### - Updated docker-compose.yml
A new service named apisix-dashboard has been added to the Docker Compose configuration. This service runs the APISIX Dashboard and is configured to connect to the existing etcd instance on etcd:2379.

### - etcd Connection Fix
The configuration ensures the dashboard connects to etcd correctly using the internal Docker network.

@Sahil2k24 Sahil2k24 closed this Apr 15, 2025
@Sahil2k24 Sahil2k24 reopened this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant