Skip to content

Commit

Permalink
chore(deps): update docker - updates (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 5e3b3a0 commit 0f66450
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions docker-compose-3-persona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ networks:
services:
# -------------------------------------------------------------------- member-a
member-a-postgres-matchmaker-api:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: member-a-postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -31,7 +31,7 @@ services:
networks: ['member-a']

member-a-postgres-identity:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: member-a-postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -124,7 +124,7 @@ services:

# -------------------------------------------------------------------- member-b
member-b-postgres-matchmaker-api:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: member-b-postgres-matchmaker-api
ports:
- 5442:5432
Expand All @@ -137,7 +137,7 @@ services:
networks: ['member-b']

member-b-postgres-identity:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: member-b-postgres-identity
ports:
- 5443:5432
Expand Down Expand Up @@ -231,7 +231,7 @@ services:
# ------------------------------------------------------------------- optimiser

optimiser-postgres-matchmaker-api:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: optimiser-postgres-matchmaker-api
ports:
- 5452:5432
Expand All @@ -244,7 +244,7 @@ services:
networks: ['optimiser']

optimiser-postgres-identity:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: optimiser-postgres-identity
ports:
- 5453:5432
Expand Down Expand Up @@ -336,7 +336,7 @@ services:

# ------------------------------------------------------------------------ ipfs
ipfs:
image: ipfs/go-ipfs:v0.31.0
image: ipfs/go-ipfs:v0.32.1
container_name: ipfs
environment:
- |
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-matchmaker-api:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_DB=sqnc-matchmaker-api

postgres-identity-service:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.31.0
image: ipfs/go-ipfs:v0.32.1
container_name: ipfs
environment:
- |
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-matchmaker-api:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_DB=sqnc-matchmaker-api

postgres-identity-service:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.31.0
image: ipfs/go-ipfs:v0.32.1
container_name: ipfs
environment:
- |
Expand Down

0 comments on commit 0f66450

Please sign in to comment.