version: '3.1' services: purr: image: purr ports: - 5195:3000 networks: - webnet volumes: - ./data/Purr.sqlite:/app/data/Purr.sqlite - ./config.dhall:/app/config.dhall networks: webnet: