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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
DB_USER: nostr_ts_relay
DB_PASSWORD: nostr_ts_relay
DB_NAME: nostr_ts_relay
DB_MIN_POOL_SIZE: 2
DB_MAX_POOL_SIZE: 10
DB_MIN_POOL_SIZE: 5
DB_MAX_POOL_SIZE: 15
REDIS_HOST: cache
REDIS_PORT: 6379
REDIS_USER: default
Expand Down