reworked structure and improved performance to handle 500 concurrent users
This commit is contained in:
@@ -27,4 +27,10 @@ services:
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_started
|
||||
restart: on-failure
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user