We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556e46a commit ed85919Copy full SHA for ed85919
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
@@ -39,7 +39,7 @@ services:
39
modelscan:
40
networks:
41
internal:
42
- image: ghcr.io/gchq/bailo_modelscan:3.0.0
+ image: ghcr.io/gchq/bailo_modelscan:latest
43
volumes:
44
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
45
healthcheck:
0 commit comments