services: puudot: restart: no build: context: . dockerfile: Dockerfile image: puudot:latest volumes: - ./code:/code - ./data:/data - ./config.yaml:/config.yaml network_mode: none