services:
  notebook:
    image: saundersp/notebook
    build:
      args:
        UID: ${UID:-1000}
        GID: ${GID:-1000}
    pull_policy: never
    user: ${UID:-1000}:${GID:-1000}
    volumes:
      - ./:/home/notebook/