File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919services :
2020 gateway-controller :
21- image : ghcr.io/wso2/api-platform/gateway-controller:0.7.3
21+ image : ghcr.io/wso2/api-platform/gateway-controller:0.8.1
2222 mem_limit : 60m
2323 mem_reservation : 60m
2424 cpus : 0.025
2525 command : ["-config", "/etc/gateway-controller/config.toml"]
2626 ports :
2727 - " 9090:9090" # REST API
28+ - " 9094:9092" # Admin API
2829 - " 18000:18000" # xDS gRPC
2930 - " 18001:18001"
3031 - " 9011:9091" # Metrics
@@ -33,7 +34,7 @@ services:
3334 - APIP_GW_CONTROLLER_STORAGE_SQLITE_PATH=./data/gateway.db
3435 - APIP_GW_CONTROLLER_LOGGING_LEVEL=info
3536 - APIP_GW_CONTROLLER_METRICS_PORT=9091
36- - APIP_GW_REGISTRATION_TOKEN =${GATEWAY_REGISTRATION_TOKEN:-}
37+ - APIP_GW_GATEWAY_REGISTRATION_TOKEN =${GATEWAY_REGISTRATION_TOKEN:-}
3738 - APIP_GW_CONTROLPLANE_HOST=${GATEWAY_CONTROLPLANE_HOST:-host.docker.internal:9243}
3839 volumes :
3940 - controller-data:/app/data
@@ -46,7 +47,7 @@ services:
4647 - gateway-network
4748
4849 gateway-runtime :
49- image : ghcr.io/wso2/api-platform/gateway-runtime:0.7.3
50+ image : ghcr.io/wso2/api-platform/gateway-runtime:0.8.1
5051 mem_limit : 180m
5152 mem_reservation : 180m
5253 cpus : 0.175
You can’t perform that action at this time.
0 commit comments