version: '3.7' services: app: image: ddr-antivirus-ruby-${RUBY_VERSION} build: context: .. dockerfile: .docker/Dockerfile args: - RUBY_VERSION depends_on: - clamav clamav: image: gitlab-registry.oit.duke.edu/dul-its/clamav-docker:latest