version: "2" services: app: image: pathogen/neptune build: . volumes: - .:/code ports: - "8000:8000" networks: default: external: name: pathogen