File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version: '3.8'
1212
1313services :
1414 postgresql :
15- image : ghcr.io/l3montree-dev/devguard/postgresql:v1.3.0
15+ image : ghcr.io/l3montree-dev/devguard/postgresql:v1.4.2
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.3.1
88+ image : ghcr.io/l3montree-dev/devguard:v1.4.2
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.3.1
112+ image : ghcr.io/l3montree-dev/devguard:v1.4.2
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.3.0
147+ image : ghcr.io/l3montree-dev/devguard-web:v1.4.2
148148 container_name : devguard-web
149149 read_only : true
150150 tmpfs :
You can’t perform that action at this time.
0 commit comments