Sign inSign up

centralx/central-gateway

By centralx

•Updated over 2 years ago

Gateway in Central Studio

Image
0

211

centralx/central-gateway repository overview

⁠Central Studio - Gateway

⁠概述

  Central Studio 网关。

  查看文档[链接⁠]了解更多。

⁠镜像信息

  • 挂载点
    • /workspace/config:应用配置目录,应用会自动加载本目录下的 application.yaml、application.yml 配置文件
    • /workspace/logs:应用日志目录,存放应用的运行日志
  • 监听端口
    • 3000

⁠使用镜像

⁠Docker Compose
version: "3"
services:      
  gateway:
    image: centralx/central-gateway:latest
    container_name: central-gateway
    ports:
      - 3000:3000
    # JVM 调优
    command: ["-Xms512m", "-Xmx512m", "-XX:+UseG1GC"]
⁠Kubernetes

  如果需要使用 Kubernetes 部署本镜像,请参考 charts 说明[链接⁠]。

Tag summary

Content type

Image

Digest

sha256:7d8ac073d…

Size

280.4 MB

Last updated

over 2 years ago

docker pull centralx/central-gateway:1.0.x-SNAPSHOT