mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
release 1.10
This commit is contained in:
parent
4951229576
commit
b19145160e
@ -62,7 +62,7 @@ A preconfigured Docker image is available, including OCR and media conversion to
|
|||||||
**The default admin password is "admin". Don't forget to change it before going to production.**
|
**The default admin password is "admin". Don't forget to change it before going to production.**
|
||||||
|
|
||||||
- Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest`
|
- Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest`
|
||||||
- Latest stable version: `sismics/docs:v1.9`
|
- Latest stable version: `sismics/docs:v1.10`
|
||||||
|
|
||||||
The data directory is `/data`. Don't forget to mount a volume on it.
|
The data directory is `/data`. Don't forget to mount a volume on it.
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Teedy Application
|
# Teedy Application
|
||||||
teedy-server:
|
teedy-server:
|
||||||
image: sismics/docs:v1.9
|
image: sismics/docs:v1.10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Map internal port to host
|
# Map internal port to host
|
||||||
@ -128,7 +128,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Teedy Application
|
# Teedy Application
|
||||||
teedy-server:
|
teedy-server:
|
||||||
image: sismics/docs:v1.9
|
image: sismics/docs:v1.10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Map internal port to host
|
# Map internal port to host
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10-SNAPSHOT</version>
|
<version>1.10</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10-SNAPSHOT</version>
|
<version>1.10</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10-SNAPSHOT</version>
|
<version>1.10</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
api.current_version=${project.version}
|
|
||||||
api.min_version=1.0
|
|
||||||
db.version=27
|
|
@ -1 +0,0 @@
|
|||||||
\ugggg
|
|
@ -1,8 +0,0 @@
|
|||||||
log4j.rootCategory=WARN, CONSOLE, MEMORY
|
|
||||||
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
|
|
||||||
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
|
|
||||||
log4j.appender.CONSOLE.layout.ConversionPattern=%d{DATE} %p %l %m %n
|
|
||||||
log4j.appender.MEMORY=com.sismics.util.log4j.MemoryAppender
|
|
||||||
log4j.appender.MEMORY.size=1000
|
|
||||||
|
|
||||||
log4j.logger.com.sismics=DEBUG
|
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.10-SNAPSHOT</version>
|
<version>1.10</version>
|
||||||
|
|
||||||
<name>Docs Parent</name>
|
<name>Docs Parent</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user