We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4d8f commit 1e8a54dCopy full SHA for 1e8a54d
3 files changed
compose.yaml
@@ -12,7 +12,7 @@ services:
12
13
############## DATABASE AND VISUALIZER ##############
14
postgres:
15
- image: postgres:17.4
+ image: postgres:17.9
16
ports:
17
- "5432:5432"
18
volumes:
@@ -23,7 +23,7 @@ services:
23
POSTGRES_DB: catalog
24
25
pgadmin:
26
- image: dpage/pgadmin4:9.2.0
+ image: dpage/pgadmin4:9.14.0
27
28
- "5050:80"
29
configs:
@@ -45,7 +45,7 @@ services:
45
46
############## LOCAL AWS ##############
47
aws:
48
- image: localstack/localstack:4.3.0
+ image: localstack/localstack:4.14.0
49
50
- "4566:4566"
51
post_start:
0 commit comments