Skip to content

Commit c5d8faf

Browse files
add versions of third party services to template
1 parent e6f3aa5 commit c5d8faf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
kratos-migrate:
5-
image: oryd/kratos:v0.8.0-alpha.2-sqlite
5+
image: oryd/kratos:{KRATOS}
66
environment:
77
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
88
volumes:
@@ -19,7 +19,7 @@ services:
1919
kratos:
2020
depends_on:
2121
- kratos-migrate
22-
image: oryd/kratos:v0.8.0-alpha.2-sqlite
22+
image: oryd/kratos:{KRATOS}
2323
restart: unless-stopped
2424
environment:
2525
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
@@ -33,7 +33,7 @@ services:
3333
- default
3434

3535
oathkeeper:
36-
image: oryd/oathkeeper:v0.38.15-beta.1
36+
image: oryd/oathkeeper:{OATHKEEPER}
3737
depends_on:
3838
- kratos
3939
ports:
@@ -56,7 +56,7 @@ services:
5656
- default
5757

5858
mailhog:
59-
image: mailhog/mailhog:latest
59+
image: mailhog/mailhog:{MAILHOG}
6060
ports:
6161
- 1025:1025
6262
- 4436:8025
@@ -132,7 +132,7 @@ services:
132132
- default
133133

134134
graphql-postgres:
135-
image: docker.io/postgres:13
135+
image: docker.io/postgres:{POSTGRES}
136136
restart: always
137137
ports:
138138
- 7052:5432
@@ -147,7 +147,7 @@ services:
147147
- {LOCAL_VOLUME_POSTGRES}:/var/lib/postgresql/data
148148

149149
qdrant:
150-
image: qdrant/qdrant:v0.9.1
150+
image: qdrant/qdrant:{QDRANT}
151151
restart: always
152152
ports:
153153
- 6333:6333
@@ -176,7 +176,7 @@ services:
176176
- default
177177

178178
object-storage:
179-
image: docker.io/minio/minio:latest
179+
image: docker.io/minio/minio:{MINIO}
180180
restart: always
181181
ports:
182182
- 7053:9000

0 commit comments

Comments
 (0)