version: "3.5" services: build: image: thomasloven/mittos-build build: context: . dockerfile: Dockerfile.build volumes: - ..:/opt run: image: thomasloven/mittos-run build: context: . dockerfile: Dockerfile.run volumes: - ..:/opt