services: apple-management: build: context: ".." dockerfile: "apple/Dockerfile" target: "development" image: "docker-hosted.nexus.bthlabs.pl/hotpocket/apple:local" command: "echo 'NOOP'" environment: &apple-env PYTHONBREAKPOINT: "ipdb.set_trace" HOTPOCKET_EXTENSION_ENV: "${HOTPOCKET_EXTENSION_ENV:-docker}" REQUESTS_CA_BUNDLE: "/srv/tls/requests_ca_bundle.pem" RUN_POETRY_INSTALL: "true" RUN_YARN_INSTALL: "false" SETUP_BACKEND: "true" SETUP_FRONTEND: "false" volumes: - "apple_venv:/srv/venv" - "apple_node_modules:/srv/node_modules" - ".:/srv/app" - "../packages:/srv/packages" - "../tls:/srv/tls" restart: "no" stdin_open: true tty: true volumes: apple_venv: apple_node_modules: