diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index a92bc6bdc..7bf6576bb 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -1,6 +1,7 @@ +version: '3.7' services: front: - image: $REGISTRY/salix-frontend:$VERSION + image: registry.verdnatura.es/salix-frontend:${VERSION:?} command: quasar serve --history --proxy ./proxy.mjs --hostname localhost --port 9000 build: context: .