We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca97c95 commit f3bab59Copy full SHA for f3bab59
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
DEBUG: nrg.rateLimit
25
services:
26
postgres:
27
- image: postgres:12.3
+ image: postgres:12.15
28
env:
29
POSTGRES_DB: nrg
30
POSTGRES_USER: nrg
examples/accounts/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- $REDIS_PORT:6379
12
13
db:
14
15
stop_signal: SIGINT
16
ports:
17
- $DB_PORT:5432
0 commit comments