mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-30 23:26:22 +08:00
Compare commits
2 Commits
1c2ed1e4df
...
1.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
370cc361f6 | ||
|
|
b4647458ba |
@@ -20,7 +20,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
playedu:
|
playedu:
|
||||||
# build: .
|
# build: .
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.7
|
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.8
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=mysql
|
- DB_HOST=mysql
|
||||||
|
|||||||
13
docker/maven/settings.xml
Normal file
13
docker/maven/settings.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>nexus-aliyun</id>
|
||||||
|
<mirrorOf>*</mirrorOf>
|
||||||
|
<name>Nexus aliyun</name>
|
||||||
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
</settings>
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
|
distributionUrl=https://download.playeduos.com/apache-maven-3.8.6-bin.zip
|
||||||
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
|
wrapperUrl=https://download.playeduos.com/maven-wrapper-3.1.0.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user