296 lines
6.3 KiB
YAML
Raw Normal View History

2025-03-19 15:04:57 +08:00
version: "3.8"
services:
2025-03-20 17:43:07 +08:00
tmerclub-auth:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-auth
container_name: tmerclub-auth
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9101
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-auth
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-auth:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-biz:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-biz
container_name: tmerclub-biz
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9118
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-biz
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-biz:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-marketing:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-marketing
container_name: tmerclub-marketing
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9109
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-marketing
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-marketing:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-flow:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-flow
container_name: tmerclub-flow
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9116
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-flow
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-flow:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-gateway:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-gateway
container_name: tmerclub-gateway
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 8000
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-gateway
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-gateway:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-group:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-group
container_name: tmerclub-group
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9114
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-group
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-group:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-im:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-im
container_name: tmerclub-im
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9120
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-im
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-im:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-order:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-order
container_name: tmerclub-order
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 1536M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9106
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-order
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-order:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-payment:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-payment
container_name: tmerclub-payment
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9113
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-payment
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-payment:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-admin:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-admin
container_name: tmerclub-admin
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9112
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-admin
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-admin:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-product:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-product
container_name: tmerclub-product
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 1536M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9104
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-product
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-product:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-search:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-search
container_name: tmerclub-search
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9108
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-search
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-search:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-seckill:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-seckill
container_name: tmerclub-seckill
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9115
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-seckill
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-seckill:/opt/projects/tmerclub
2025-03-19 15:04:57 +08:00
2025-03-20 17:43:07 +08:00
tmerclub-user:
2025-03-19 15:04:57 +08:00
build:
2025-03-20 17:43:07 +08:00
context: tmerclub-user
container_name: tmerclub-user
2025-03-19 15:04:57 +08:00
deploy:
resources:
limits:
memory: 768M
environment:
- NACOS_HOST=192.168.193.128
- NACOS_PORT=8848
- NACOS_PASSWORD=hn02le.34lkdLKD
- TZ=Asia/Shanghai
expose:
- 9105
network_mode: "host"
2025-03-20 17:43:07 +08:00
image: tmerclub-user
2025-03-19 15:04:57 +08:00
restart: always
volumes:
2025-03-20 17:43:07 +08:00
- ./tmerclub-user:/opt/projects/tmerclub