A simple AtProto app to read pet.mewsse.link records on my PDS.
at main 356 B view raw
1services: 2 links: 3 container_name: links 4 build: . 5 restart: unless-stopped 6 environment: 7 DB_PATH: "/links/db.db" 8 DID: "did:plc:w7x22x56pgtta23uulbcahbo" 9 LOG_LEVEL: "INFO" 10 ITEM_PER_PAGES: 10 11 PORT: "8080" 12 volumes: 13 - type: bind 14 source: ./links 15 target: /links 16 ports: 17 - 8080:8080 18