This commit is contained in:
liosha84
2025-08-22 18:57:24 +03:00
parent bc18200640
commit fac4e2d4df
41 changed files with 3401 additions and 7 deletions
@@ -3,6 +3,7 @@ logging:
root: INFO
com.jambotronGroup.jambotron: DEBUG
org.springframework: WARN
com.example.service.DockerService: DEBUG
pattern:
console: "%d{yyyy-MM-dd HH:mm:ss} %-5level - %msg%n"
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
@@ -17,3 +18,8 @@ server:
certificate: ${FULLCHAINPEM:""} # Default to empty string if FULLCHAINPEM is not set
certificate-private-key: ${PRIVKEYPEM:""} # Default to empty string if PRIVKEYPEM is not set
# port: ${SERVER_PORT:443} # Default to 443 if SERVER_PORT is not set
docker:
socket-path: /var/run/docker.sock
enable-security: true
command-timeout: 30000