We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a250e commit 582ab96Copy full SHA for 582ab96
compose.prod.yaml
@@ -2,8 +2,8 @@ name: bailo-prod
2
3
services:
4
frontend:
5
- image: ghcr.io/gchq/bailo_frontend:v2.10.0
+ image: ghcr.io/gchq/bailo_frontend:latest
6
pull_policy: missing
7
backend:
8
- image: ghcr.io/gchq/bailo_backend:v2.10.0
+ image: ghcr.io/gchq/bailo_backend:latest
9
compose.yaml
@@ -59,7 +59,7 @@ services:
59
modelscan:
60
networks:
61
internal:
62
- image: ghcr.io/gchq/bailo_modelscan:3.0.0
+ image: ghcr.io/gchq/bailo_modelscan:latest
63
volumes:
64
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
65
healthcheck:
0 commit comments