version: '3.7' services: producer: image: registry.verdnatura.es/mycdc-producer:${VERSION:?} build: context: . dockerfile: assets/Dockerfile.producer consumer: image: registry.verdnatura.es/mycdc-consumer:${VERSION:?} build: context: . dockerfile: assets/Dockerfile.consumer