2
0

feat: add user module deploy

This commit is contained in:
caiyuchao
2024-11-28 14:37:15 +08:00
parent edf8017dcd
commit 8c0032e569
5 changed files with 34 additions and 2 deletions

View File

@@ -100,6 +100,19 @@ services:
links:
- wfc-redis
- wfc-mysql
wfc-modules-user:
container_name: wfc-modules-user
build:
context: ./wfc/modules/user
dockerfile: dockerfile
ports:
- "9204:9204"
depends_on:
- wfc-redis
- wfc-mysql
links:
- wfc-redis
- wfc-mysql
wfc-modules-gen:
container_name: wfc-modules-gen
build: