Skip to content

Commit 3aa3113

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/fix/rate-limiter' into fix/rate-limiter
2 parents f6fe2d3 + 2d69040 commit 3aa3113

2 files changed

Lines changed: 9 additions & 82 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ services:
7777
default:
7878
ipv4_address: 10.10.10.2
7979

80-
nostream-db:
81-
image: postgres:14
80+
nostream-db:
81+
image: postgres:15
8282
container_name: nostream-db
8383
environment:
8484
POSTGRES_DB: nostr_ts_relay
@@ -88,9 +88,9 @@ services:
8888
- ${PWD}/.nostr/data:/var/lib/postgresql/data
8989
- ${PWD}/.nostr/db-logs:/var/log/postgresql
9090
- ${PWD}/postgresql.conf:/postgresql.conf
91-
networks:
92-
default:
93-
ipv4_address: 10.10.10.3
91+
networks:
92+
default:
93+
ipv4_address: 10.10.10.3
9494
command: postgres -c 'config_file=/postgresql.conf'
9595
restart: always
9696
healthcheck:
@@ -100,15 +100,15 @@ services:
100100
retries: 5
101101
start_period: 360s
102102

103-
nostream-cache:
103+
nostream-cache:
104104
image: redis:7.0.5-alpine3.16
105105
container_name: nostream-cache
106106
volumes:
107107
- cache:/data
108108
command: redis-server --loglevel warning --requirepass nostr_ts_relay
109-
networks:
110-
default:
111-
ipv4_address: 10.10.10.4
109+
networks:
110+
default:
111+
ipv4_address: 10.10.10.4
112112
restart: always
113113
healthcheck:
114114
test: [ "CMD", "redis-cli", "ping", "|", "grep", "PONG" ]

script.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)