Remove unecessary dependency
This commit is contained in:
@@ -1,37 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
|
||||||
pairgoth:
|
|
||||||
container_name: pairgoth-engine
|
|
||||||
image: maven:3.6.3-openjdk-11-slim
|
|
||||||
working_dir: /home/app/pairgoth
|
|
||||||
user: "${APP_UID}:${APP_GID}"
|
|
||||||
entrypoint: bash -c
|
|
||||||
command: '"mvn -e -Duser.home=/home/app clean package jetty:run"'
|
|
||||||
# command: mvn -X -e -Pdev clean verify -Dit.test=ApiTokenIT#test01NoVersionHeader -Dorg.slf4j.simpleLogger.log.level=trace jetty:run
|
|
||||||
volumes:
|
|
||||||
- ${HOME}/.m2:/home/app/.m2
|
|
||||||
- ./pairgoth.properties:/var/lib/pairgoth/pairgoth.properties
|
|
||||||
- ..:/home/app/pairgoth
|
|
||||||
- ./data/jetty:/var/lib/pairgoth/jetty
|
|
||||||
networks:
|
|
||||||
- pairgoth-network
|
|
||||||
ports:
|
|
||||||
- '5006:5006'
|
|
||||||
- '8080:8080'
|
|
||||||
environment:
|
|
||||||
HOME: "/home/app"
|
|
||||||
USER: "app"
|
|
||||||
MAVEN_CONFIG: "/home/app/.m2"
|
|
||||||
MAVEN_OPTS: "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5006"
|
|
||||||
SMTP_HOST: ${SMTP_HOST}
|
|
||||||
SMTP_PORT: ${SMTP_PORT}
|
|
||||||
SMTP_USER: ${SMTP_USER}
|
|
||||||
SMTP_PASSWORD: ${SMTP_PASSWORD}
|
|
||||||
# restart: unless-stopped
|
|
||||||
stdin_open: true
|
|
||||||
tty: true
|
|
||||||
networks:
|
|
||||||
pairgoth-network:
|
|
||||||
driver: bridge
|
|
||||||
|
|
||||||
|
|
6
pom.xml
6
pom.xml
@@ -449,12 +449,6 @@
|
|||||||
<artifactId>pdfbox</artifactId>
|
<artifactId>pdfbox</artifactId>
|
||||||
<version>2.0.28</version>
|
<version>2.0.28</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- external commands -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.sealwu</groupId>
|
|
||||||
<artifactId>kscript-tools</artifactId>
|
|
||||||
<version>1.0.3</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- test emails -->
|
<!-- test emails -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.icegreen</groupId>
|
<groupId>com.icegreen</groupId>
|
||||||
|
Reference in New Issue
Block a user