You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
419 B
19 lines
419 B
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
fastdfs1:
|
|
container_name: fastdfs1
|
|
image: seataio/seata-server:latest
|
|
ports:
|
|
- 9608:9608
|
|
environment:
|
|
SEATA_IP: 114.215.125.123
|
|
SEATA_PORT: 9608
|
|
STORE_MODE: db
|
|
SERVER_NODE: 2
|
|
SEATA_CONFIG_NAME: file:/root/seata-config/registry
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /opt/epdc/seata/seata-config:/root/seata-config
|
|
|