WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at main 15 lines 280 B view raw
1services: 2 postgres: 3 image: postgres:17 4 container_name: atbb-postgres 5 environment: 6 POSTGRES_USER: atbb 7 POSTGRES_PASSWORD: atbb 8 POSTGRES_DB: atbb 9 ports: 10 - "5432:5432" 11 volumes: 12 - pgdata:/var/lib/postgresql/data 13 14volumes: 15 pgdata: