Skip to content

Commit 1eb9c04

Browse files
committed
chore: upgrade services to v3.1
chore: remove unused image
1 parent 0c088b3 commit 1eb9c04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
services:
66
database:
7-
image: ghcr.io/research-software-directory/rsd-saas/database:v2.29.0
7+
image: ghcr.io/research-software-directory/rsd-saas/database:v3.1.0
88
ports:
99
# enable connection from outside (development mode)
1010
- "5432:5432"
@@ -23,7 +23,7 @@ services:
2323
- net
2424

2525
backend:
26-
image: ghcr.io/research-software-directory/rsd-saas/backend:v2.29.0
26+
image: ghcr.io/research-software-directory/rsd-saas/backend:v3.1.0
2727
expose:
2828
- 3500
2929
environment:
@@ -39,7 +39,7 @@ services:
3939
- net
4040

4141
auth:
42-
image: ghcr.io/research-software-directory/rsd-saas/auth:v2.29.0
42+
image: ghcr.io/research-software-directory/rsd-saas/auth:v3.1.0
4343
ports:
4444
- 5005:5005
4545
expose:
@@ -85,7 +85,7 @@ services:
8585
]
8686

8787
scrapers:
88-
image: ghcr.io/research-software-directory/rsd-saas/scrapers:v2.29.0
88+
image: ghcr.io/research-software-directory/rsd-saas/scrapers:v3.1.0
8989
environment:
9090
# it uses values from .env file
9191
- POSTGREST_URL
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)