services: app.dev: build: context: . dockerfile: Dockerfile_Test args: TRYTOND_VERSION: ${TRYTOND_VERSION} environment: SRC: /app DB_CACHE: /tmp DB_NAME: ":memory:" TRYTOND_DATABASE_URI: sqlite:// ports: - "${PUDB_PORT:-8090}:8090" command: sleep 10h volumes: - .:/app - ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg working_dir: /app env_file: - .env