services: web: build: . container_name: ntb command: - start-notebook.py - --IdentityProvider.token='' ports: - "8888:8888" volumes: - ./work:/home/jovyan/work environment: - GRANT_SUDO=yes