SPB Git

spb/airiskindex Public

The most methodologically rigorous, fully transparent AI job-exposure index.

TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
347 B · 20 lines yaml
Raw Blame History
1services:2  postgres:3    image: postgres:164    environment:5      POSTGRES_USER: airiskindex6      POSTGRES_PASSWORD: airiskindex7      POSTGRES_DB: airiskindex8    ports:9      - "127.0.0.1:5432:5432"10    volumes:11      - pgdata:/var/lib/postgresql/data1213  redis:14    image: redis:715    ports:16      - "127.0.0.1:6379:6379"1718volumes:19  pgdata:20