version: '3'
services:
valkey:
image: valkey/valkey
ports:
- "6379:6379"
wanaku-routing-http-service:
image: quay.io/wanaku/wanaku-routing-http-service
ports:
- "9000:9000"
# Uncomment when using plain Docker, without Docker Desktop
# extra_hosts:
# - "host.docker.internal:host-gateway"
wanaku-routing-yaml-route-service:
image: quay.io/wanaku/wanaku-routing-yaml-route-service
ports:
- "9001:9000"
# Uncomment when using plain Docker, without Docker Desktop
# extra_hosts:
# - "host.docker.internal:host-gateway"
wanaku-provider-file:
image: quay.io/wanaku/wanaku-provider-file
ports:
- "9002:9000"
# Uncomment when using plain Docker, without Docker Desktop
# extra_hosts:
# - "host.docker.internal:host-gateway"
wanaku-router:
depends_on:
- wanaku-routing-http-service
- wanaku-routing-yaml-route-service
- wanaku-provider-file
image: quay.io/wanaku/wanaku-router
ports:
- "8080:8080"
# Uncomment when using plain Docker, without Docker Desktop
# extra_hosts:
# - "host.docker.internal:host-gateway"