From 7a84183af00b7be141acf99edd34e3f28b1809db Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 9 Jul 2025 11:21:55 +0800 Subject: [PATCH] Update file content --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 245d54d..694f36b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: gateway: - image: yudao-gateway:${APP_VERSION} + image: yudao-gateway:v1.0 container_name: yudao-gateway ports: - "48080:48080" @@ -10,7 +10,7 @@ services: SPRING_PROFILES_ACTIVE: dev system: - image: yudao-module-system:${APP_VERSION} + image: yudao-module-system:v1.0 container_name: yudao-module-system ports: - "48081:48081" @@ -18,7 +18,7 @@ services: SPRING_PROFILES_ACTIVE: dev infra: - image: yudao-module-infra:${APP_VERSION} + image: yudao-module-infra:v1.0 container_name: yudao-module-infra ports: - "48082:48082"