services: dev_environment: container_name: devbox image: devbox:latest # Allow for interactive terminal stdin_open: true tty: true # Mount to repository volumes: - ../:/work - ./config/nvim:/root/.config/nvim - ./config/tmux:/root/.config/tmux