bổ sung thêm chức năng

This commit is contained in:
2026-01-27 21:55:14 +07:00
parent 8086bcfe0c
commit 962cd5d873
48 changed files with 958 additions and 187 deletions

View File

@@ -10,8 +10,6 @@ services:
build: ./user-service
ports:
- "8601:8601"
environment:
- SPRING_PROFILES_ACTIVE=docker
depends_on:
- redis
- mongodb
@@ -20,8 +18,6 @@ services:
build: ./giftcode-service
ports:
- "8602:8602"
environment:
- SPRING_PROFILES_ACTIVE=docker
depends_on:
- redis
- mongodb