version: '3.1' services: purr: image: purr ports: - 5195:3000 networks: - webnet volumes: - ./data:/app/data - ./.env:/app/.env networks: webnet: