We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32208c8 commit 331aab9Copy full SHA for 331aab9
docker-compose-backend.yml
@@ -7,6 +7,11 @@ services:
7
- ./cse-files:/app/cse-files
8
- ./files:/app/files
9
- ./logs:/app/logs
10
+ logging:
11
+ driver: json-file
12
+ options:
13
+ max-size: "100m"
14
+ max-file: "3"
15
16
environment:
17
SPRING_DATASOURCE_URL: "jdbc:mysql://host.docker.internal:3306/${MYSQL_DATABASE}?serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true"
0 commit comments