version: '3.7'
services:
main:
image: registry.verdnatura.es/hedera-web:${VERSION:?}
build:
context: .
dockerfile: Dockerfile
args:
- VERSION=${VERSION:?}
cron:
command: 'cron -f'