Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

chore: remove docker-compose.yml file as it is no longer needed

yoginth.com 658b90a7 169b82d1

verified
-14
-14
docker-compose.yml
··· 1 - version: "3" 2 - services: 3 - db: 4 - image: postgres:16 5 - container_name: postgres 6 - restart: always 7 - environment: 8 - POSTGRES_USER: yoginth 9 - POSTGRES_PASSWORD: ygsgmane2 10 - POSTGRES_DB: main 11 - ports: 12 - - "5432:5432" 13 - volumes: 14 - - ./pgdata:/var/lib/postgresql/data