Sign inSign up

chaiyd/seata

By chaiyd

•Updated about 5 years ago

Image
0

358

chaiyd/seata repository overview

⁠seata

⁠doc
⁠docker-compose
version: '3'

services:
  seata:
    container_name: seata
    image: chaiyd/seata:1.4.2
    restart: always
    volumes:
      - ./conf/registry.conf:/seata-server-1.4.2/conf/registry.conf
    ports:
      - "8091:8091"

⁠docker build
FROM chaiyd/seata:1.4.2

ARG VERSION=1.4.2
ENV APP_NAME=seata-server-$VERSION

ADD conf/registry.conf /$APP_NAME/conf/

Tag summary

Content type

Image

Digest

Size

104.4 MB

Last updated

about 5 years ago

docker pull chaiyd/seata