Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.16
# syntax=docker/dockerfile:1.24
FROM node:lts-alpine AS builder

WORKDIR /sqnc-matchmaker-api
Expand Down
34 changes: 17 additions & 17 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:18.1-alpine
image: postgres:18.4-alpine
container_name: member-a-postgres-matchmaker
ports:
- 5432:5432
Expand All @@ -33,7 +33,7 @@ services:
networks: ['member-a']

member-a-postgres-identity:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: member-a-postgres-identity
ports:
- 5433:5432
Expand All @@ -48,7 +48,7 @@ services:
networks: ['member-a']

member-a-postgres-attachment-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: member-a-postgres-attachment
ports:
- 5434:5432
Expand All @@ -63,7 +63,7 @@ services:
networks: ['member-a']

member-a-identity:
image: digicatapult/sqnc-identity-service:v4.2.40
image: digicatapult/sqnc-identity-service:v4.2.171
container_name: member-a-identity
command: /bin/sh -c "npx knex migrate:latest && npm start"
depends_on:
Expand All @@ -90,7 +90,7 @@ services:
networks: ['member-a']

member-a-attachment:
image: digicatapult/sqnc-attachment-api:v3.1.12
image: digicatapult/sqnc-attachment-api:v3.3.100
container_name: member-a-attachment
command: /bin/sh -c "npx knex --env production migrate:latest && npm start"
depends_on:
Expand Down Expand Up @@ -176,7 +176,7 @@ services:

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

member-b-postgres-identity:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: member-b-postgres-identity
ports:
- 5443:5432
Expand All @@ -206,7 +206,7 @@ services:
networks: ['member-b']

member-b-postgres-attachment-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: member-b-postgres-attachment
ports:
- 5444:5432
Expand All @@ -221,7 +221,7 @@ services:
networks: ['member-b']

member-b-identity:
image: digicatapult/sqnc-identity-service:v4.2.40
image: digicatapult/sqnc-identity-service:v4.2.171
container_name: member-b-identity
command: /bin/sh -c "npx knex migrate:latest && npm start"
depends_on:
Expand All @@ -248,7 +248,7 @@ services:
networks: ['member-b']

member-b-attachment:
image: digicatapult/sqnc-attachment-api:v3.1.12
image: digicatapult/sqnc-attachment-api:v3.3.100
container_name: member-b-attachment
command: /bin/sh -c "npx knex --env production migrate:latest && npm start"
depends_on:
Expand Down Expand Up @@ -342,7 +342,7 @@ services:
# ------------------------------------------------------------------- optimiser

optimiser-postgres-matchmaker-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: optimiser-postgres-matchmaker
ports:
- 5452:5432
Expand All @@ -357,7 +357,7 @@ services:
networks: ['optimiser']

optimiser-postgres-identity:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: optimiser-postgres-identity
ports:
- 5453:5432
Expand All @@ -372,7 +372,7 @@ services:
networks: ['optimiser']

optimiser-postgres-attachment-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: optimiser-postgres-attachment
ports:
- 5454:5432
Expand All @@ -387,7 +387,7 @@ services:
networks: ['optimiser']

optimiser-identity:
image: digicatapult/sqnc-identity-service:v4.2.40
image: digicatapult/sqnc-identity-service:v4.2.171
container_name: optimiser-identity
command: /bin/sh -c "npx knex migrate:latest && npm start"
depends_on:
Expand All @@ -414,7 +414,7 @@ services:
networks: ['optimiser']

optimiser-attachment:
image: digicatapult/sqnc-attachment-api:v3.1.12
image: digicatapult/sqnc-attachment-api:v3.3.100
container_name: optimiser-attachment
command: /bin/sh -c "npx knex --env production migrate:latest && npm start"
depends_on:
Expand Down Expand Up @@ -507,7 +507,7 @@ services:

# ------------------------------------------------------------------------ ipfs
ipfs:
image: ipfs/go-ipfs:v0.35.0
image: ipfs/go-ipfs:v0.39.0
container_name: ipfs
environment:
- |
Expand All @@ -524,7 +524,7 @@ services:

# ------------------------------------------------------------------------ keycloak
keycloak:
image: quay.io/keycloak/keycloak:26.2.5
image: quay.io/keycloak/keycloak:26.6.2
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-matchmaker-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -14,7 +14,7 @@ services:
test: ['CMD-SHELL', 'pg_isready -U postgres']

postgres-identity-service:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand All @@ -28,7 +28,7 @@ services:
test: ['CMD-SHELL', 'pg_isready -U postgres']

postgres-attachment-api:
image: postgres:18.1-alpine
image: postgres:18.4-alpine
container_name: postgres-attachment
ports:
- 5434:5432
Expand All @@ -42,7 +42,7 @@ services:
test: ['CMD-SHELL', 'pg_isready -U postgres']

sqnc-identity-service:
image: digicatapult/sqnc-identity-service:v4.2.40
image: digicatapult/sqnc-identity-service:v4.2.171
container_name: identity-service
command: /bin/sh -c "npx knex migrate:latest && npm start"
depends_on:
Expand All @@ -68,7 +68,7 @@ services:
- IDP_INTERNAL_REALM=internal

sqnc-attachment-api:
image: digicatapult/sqnc-attachment-api:v3.1.12
image: digicatapult/sqnc-attachment-api:v3.3.100
container_name: attachment-api
command: /bin/sh -c "npx knex --env production migrate:latest && npm start"
depends_on:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.35.0
image: ipfs/go-ipfs:v0.39.0
container_name: ipfs
environment:
- |
Expand All @@ -119,7 +119,7 @@ services:
- 5001:5001

keycloak:
image: quay.io/keycloak/keycloak:26.2.5
image: quay.io/keycloak/keycloak:26.6.2
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
Loading