@@ -39,8 +39,8 @@ logging:
level:
com.koobietech.eas.*: INFO
project:
- path: ${user.home}/archivesFiles
+ path: /tmp/archivesFiles
cache:
- path: ${user.home}/archivesCache
+ path: /tmp/archivesCache
authority:
path: /tmp/authority.json
@@ -5,6 +5,8 @@ services:
image: easapi${BRANCH_NAME}:${BUILD_NUMBER}
volumes:
- "/var/jenkins_home/authorityFile/authority.json:/tmp/authority.json"
+ - "/var/jenkins_home/archivesCache:/tmp/archivesCache"
+ - "/var/jenkins_home/archivesFiles:/tmp/archivesFiles"
ports:
- 11004:8080
networks: