!451 update docker image version for springboot3 branch

Merge pull request !451 from magic/fix/docker-sp3
This commit is contained in:
若依
2026-03-12 14:22:36 +00:00
committed by Gitee
10 changed files with 13 additions and 9 deletions

View File

@@ -2,11 +2,14 @@ version : '3.8'
services:
ruoyi-nacos:
container_name: ruoyi-nacos
image: nacos/nacos-server
image: nacos/nacos-server:v3.0.2
build:
context: ./nacos
environment:
- MODE=standalone
- NACOS_AUTH_TOKEN=your_auth_token
- NACOS_AUTH_IDENTITY_KEY=your_identity_key
- NACOS_AUTH_IDENTITY_VALUE=your_identity_value
volumes:
- ./nacos/logs/:/home/nacos/logs
- ./nacos/conf/application.properties:/home/nacos/conf/application.properties

View File

@@ -24,6 +24,7 @@ nacos.core.auth.system.type=nacos
nacos.core.auth.enabled=false
nacos.core.auth.default.token.expire.seconds=18000
nacos.core.auth.default.token.secret.key=SecretKey012345678901234567890123456789012345678901234567890123456789
nacos.core.auth.plugin.nacos.token.secret.key=SecretKey012345678901234567890123456789012345678901234567890123456789
nacos.core.auth.caching.enabled=true
nacos.core.auth.enable.userAgentAuthWhite=false
nacos.core.auth.server.identity.key=serverIdentity

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM nacos/nacos-server
FROM nacos/nacos-server:v3.0.2
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM openjdk:8-jre
FROM openjdk:17
# author
MAINTAINER ruoyi