Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
tty: true
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"


#-----------------------------------------------
Expand Down Expand Up @@ -100,8 +100,8 @@ services:
restart: unless-stopped
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"


#-----------------------------------------------
Expand All @@ -121,8 +121,8 @@ services:
restart: unless-stopped
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"

#-----------------------------------------------
# Rabbitmq & Flower monitoring tool
Expand All @@ -149,8 +149,8 @@ services:
restart: unless-stopped
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"

flower:
# image: mher/flower
Expand All @@ -167,8 +167,8 @@ services:
- rabbit
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"

#-----------------------------------------------
# Redis
Expand All @@ -180,8 +180,8 @@ services:
restart: unless-stopped
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"

#-----------------------------------------------
# Celery Service
Expand All @@ -201,8 +201,8 @@ services:
restart: unless-stopped
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"
deploy:
resources:
limits:
Expand Down Expand Up @@ -231,5 +231,5 @@ services:
- CODALAB_IGNORE_CLEANUP_STEP=1
logging:
options:
max-size: "20k"
max-file: "10"
max-size: "20m"
max-file: "5"