Skip to content

Commit

Permalink
feat: 修复依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoker committed Jun 11, 2024
1 parent 40976e6 commit 45b39cd
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 1,044 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# builder
FROM registry.cn-beijing.aliyuncs.com/dc3/dc3-jdk:2024.3.0.dev AS builder
FROM registry.cn-beijing.aliyuncs.com/dc3/dc3-jdk:17 AS builder
LABEL dc3.author pnokers
LABEL dc3.author.email pnokers.icloud.com

Expand Down
53 changes: 0 additions & 53 deletions dc3/bin/update.sh

This file was deleted.

8 changes: 4 additions & 4 deletions dc3/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

services:
mysql:
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-mysql:2024.3.0.dev
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-mysql:2024.3.2.dev
restart: always
ports:
- '33306:3306'
Expand All @@ -38,7 +38,7 @@ services:
- dc3-mysql

mongo:
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-mongo:2024.3.0.dev
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-mongo:2024.3.2.dev
restart: always
ports:
- '37017:27017'
Expand All @@ -58,7 +58,7 @@ services:
- dc3-mongo

redis:
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-redis:2024.3.0.dev
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-redis:2024.3.2.dev
restart: always
ports:
- '36379:6379'
Expand All @@ -77,7 +77,7 @@ services:
- dc3-redis

rabbitmq:
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-rabbitmq:2024.3.0.dev
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-rabbitmq:2024.3.2.dev
restart: always
ports:
- '5672:5672'
Expand Down
65 changes: 0 additions & 65 deletions dc3/docker-compose-grafana.yml

This file was deleted.

45 changes: 0 additions & 45 deletions dc3/docker-compose-influx.yml

This file was deleted.

153 changes: 0 additions & 153 deletions dc3/docker-compose-option.yml

This file was deleted.

Loading

0 comments on commit 45b39cd

Please sign in to comment.