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.
17 lines
376 B
17 lines
376 B
6 years ago
|
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:
|
||
|
- /opt/epdc/seata/seata-config:/root/seata-config
|