Skip to content

Commit 6bbc176

Browse files
committed
chore: update docker-compose-try-it.yaml to v1.5.0
1 parent e0d7fbe commit 6bbc176

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-try-it.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: '3.8'
1212

1313
services:
1414
postgresql:
15-
image: ghcr.io/l3montree-dev/devguard/postgresql:v1.4.2
15+
image: ghcr.io/l3montree-dev/devguard/postgresql:v1.5.0
1616
shm_size: 1g
1717
container_name: devguard-postgres
1818
security_opt:
@@ -85,7 +85,7 @@ services:
8585
- devguard-local
8686

8787
devguard-migrate:
88-
image: ghcr.io/l3montree-dev/devguard:v1.4.2
88+
image: ghcr.io/l3montree-dev/devguard:v1.5.0
8989
read_only: true
9090
tmpfs:
9191
- /tmp:size=8G
@@ -109,7 +109,7 @@ services:
109109
- devguard-local
110110

111111
devguard-api:
112-
image: ghcr.io/l3montree-dev/devguard:v1.4.2
112+
image: ghcr.io/l3montree-dev/devguard:v1.5.0
113113
container_name: devguard-api
114114
read_only: true
115115
tmpfs:
@@ -144,7 +144,7 @@ services:
144144
- devguard-local
145145

146146
devguard-web:
147-
image: ghcr.io/l3montree-dev/devguard-web:v1.4.2
147+
image: ghcr.io/l3montree-dev/devguard-web:v1.5.0
148148
container_name: devguard-web
149149
read_only: true
150150
tmpfs:

0 commit comments

Comments
 (0)