version: '3' services: dev: image: rust:1.60.0-slim-bullseye container_name: circom-bshield volumes: - ./:/home/circom working_dir: /home/circom command: bash stdin_open: true tty: true