diff --git a/compose.yaml b/compose.yaml
index 0700244d..664c40c0 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -62,6 +62,8 @@ services:
- jobs
env_file:
- ./services/jobs/.env
+ volumes:
+ - /logs/jobs:/app/logs
deploy:
labels:
swarm.autoscaler: 'true'
diff --git a/services/jobs/pom.xml b/services/jobs/pom.xml
index 79a167b3..90677dfd 100644
--- a/services/jobs/pom.xml
+++ b/services/jobs/pom.xml
@@ -118,6 +118,26 @@
org.springframework.boot
spring-boot-starter-log4j2
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.17.1
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.13.0
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.13.0
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.13.0
+