version: '3.7' services: app: build: . image: picofumi ports: - 8888:8888 volumes: - ./notebooks:/notebooks environment: - TOKEN=a restart: unless-stopped