version: '3' services: app: env_file: .env command: bin/console build: context: . args: BUNDLER_OPTS: '--jobs 4' RACK_ENV: 'development' volumes: # The volume must be identical to the application home in Dockerfile - .:/opt/claim