Update file content
continuous-integration/drone Build is passing Details

This commit is contained in:
gitea 2025-07-09 11:21:55 +08:00
parent b37f856d60
commit 7a84183af0
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: '3.8'
services: services:
gateway: gateway:
image: yudao-gateway:${APP_VERSION} image: yudao-gateway:v1.0
container_name: yudao-gateway container_name: yudao-gateway
ports: ports:
- "48080:48080" - "48080:48080"
@ -10,7 +10,7 @@ services:
SPRING_PROFILES_ACTIVE: dev SPRING_PROFILES_ACTIVE: dev
system: system:
image: yudao-module-system:${APP_VERSION} image: yudao-module-system:v1.0
container_name: yudao-module-system container_name: yudao-module-system
ports: ports:
- "48081:48081" - "48081:48081"
@ -18,7 +18,7 @@ services:
SPRING_PROFILES_ACTIVE: dev SPRING_PROFILES_ACTIVE: dev
infra: infra:
image: yudao-module-infra:${APP_VERSION} image: yudao-module-infra:v1.0
container_name: yudao-module-infra container_name: yudao-module-infra
ports: ports:
- "48082:48082" - "48082:48082"