Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent c7868d9 commit bf06ad4
Show file tree
Hide file tree
Showing 12 changed files with 934 additions and 724 deletions.
6 changes: 3 additions & 3 deletions docker-compose.fd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
POSTGRES_USER: dev
POSTGRES_PASSWORD: dev
POSTGRES_DB: importer-db
image: postgres:13.1
image: postgres:13.16
ports:
- 15234:5432
volumes:
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
importer-redis:
command: [ "redis-server", "--appendonly", "yes", "--port", "6379" ]
container_name: sis-importer-redis
image: redis:5.0.7
image: redis:5.0.14
ports:
- 16379:6379
volumes:
Expand All @@ -108,7 +108,7 @@ services:
importer-nats:
command: -cid importer-nats -m 8222 --hb_fail_count 2 --hb_timeout 10s --hb_interval 10s --auth dev --file_slice_max_bytes 0 --file_slice_max_age 60s --max_msgs 5000 -store file -dir datastore
container_name: sis-importer-nats
image: nats-streaming:0.16.2
image: nats-streaming:0.25.6
ports:
- 8223:8222 # Monitoring at http://localhost:8223/
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
POSTGRES_USER: dev
POSTGRES_PASSWORD: dev
POSTGRES_DB: importer-db
image: postgres:15.7
image: postgres:15.8
ports:
- 5432:5432
volumes:
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
importer-redis:
command: ["redis-server", "--appendonly", "yes", "--port", "6379"]
container_name: sis-redis
image: redis:5.0.7
image: redis:5.0.14
volumes:
- sis-importer-redis:/data

Expand All @@ -114,7 +114,7 @@ services:
environment:
- ADMINER_DESIGN=pepa-linha
- ADMINER_DEFAULT_SERVER=importer-db
image: adminer:4.7.5
image: adminer:4.8.1
ports:
- 5051:8080 # http://localhost:5051/?pgsql=importer-db&username=dev&db=importer-db&ns=public

Expand Down
Loading

0 comments on commit bf06ad4

Please sign in to comment.