version: "3" services: # boring: # build: . # volumes: # - .:/code/ boring-python: build: context: . dockerfile: Dockerfile-python volumes: - .:/code/