[HELP] Tunnels + Compose
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 849
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I'm trying to use kong with the new ui, since a 3rd party one (konga) is deprecated, I've been trying to install a fresh one (without taking in consideration my old configuration) but using this docker-compose -> https://github.com/Kong/docker-kong/blob/master/compose/docker-compose.yml
Is not working, either by exposing via NGINX (with port 8002 open) or with cloudflare tunnels.
I get only to this point

I see that request running on port 8444 are not working

The only things I've changed from the base docker compose is that I removed the kong-net and leave it in the default one and this part
```yml
kong:
image: "${KONG_DOCKER_TAG:-kong:latest}"
user: "${KONG_USER:-kong}"
environment:
<<: *kong-env
KONG_ADMIN_ACCESS_LOG: /dev/stdout
KONG_ADMIN_ERROR_LOG: /dev/stderr
KONG_PROXY_LISTEN: "${KONG_PROXY_LISTEN:-0.0.0.0:8000}"
KONG_ADMIN_LISTEN: "${KONG_ADMIN_LISTEN:-0.0.0.0:8001}"
KONG_ADMIN_GUI_LISTEN: "${KONG_ADMIN_GUI_LISTEN:-0.0.0.0:8002}"
KONG_PROXY_ACCESS_LOG: /dev/stdout
KONG_PROXY_ERROR_LOG: /dev/stderr
KONG_PREFIX: ${KONG_PREFIX:-/var/run/kong}
KONG_DECLARATIVE_CONFIG: "/opt/kong/kong.yaml"
secrets:
- kong_postgres_password
ports:
- "${KONG_INBOUND_PROXY_LISTEN:-192.168.0.219}:8000:8000/tcp"
- "${KONG_INBOUND_SSL_PROXY_LISTEN:-192.168.0.219}:8443:8443/tcp"
- "192.168.0.219:8001:8001/tcp"
- "192.168.0.219:8444:8444/tcp"
- "192.168.0.219:8002:8002/tcp"
```
The 0.219 IP is my machine since the tunnel is in another server (in the same network)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with compose/docker-compose.yml and compare the reported modified kong service, including the bindings for ports 8001, 8444, and 8002, with the base configuration. Check the Kong container logs and connectivity through NGINX or the Cloudflare tunnel; the issue is done when the new UI loads and requests on port 8444 work through the chosen setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, nginx
- Domain
- devops, infrastructure, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100