version: '3.7' services: main: image: registry.verdnatura.es/vn-autoconfig:${VERSION:?} build: . ports: - 80 deploy: placement: constraints: - node.role == worker resources: limits: memory: 500M