Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
7b76132a94
commit
4f9a46d1d2
2 changed files with 11 additions and 1 deletions
10
apps/db/migrations/33_cap.up.sql
Normal file
10
apps/db/migrations/33_cap.up.sql
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -38,7 +38,7 @@ services:
|
||||||
- "8081:3000" # Optional: Access the debug dashboard at localhost:8080
|
- "8081:3000" # Optional: Access the debug dashboard at localhost:8080
|
||||||
environment:
|
environment:
|
||||||
- MAX_CONCURRENT_SESSIONS=5
|
- MAX_CONCURRENT_SESSIONS=5
|
||||||
- CONNECTION_TIMEOUT=30000
|
- CONNECTION_TIMEOUT=300000
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue