Fix gravatar hovercards, and add trade_offer image generation with playwright, for use with opengraph tags on trade_offer_detal.html

This commit is contained in:
badblocks 2025-03-20 23:59:22 -07:00
parent 4c0db9f842
commit f3a1366269
16 changed files with 372 additions and 123 deletions

View file

@ -1,13 +1,13 @@
services:
# web:
# build: .
# command: python /code/manage.py runserver 0.0.0.0:8000
# volumes:
# - .:/code:z
# ports:
# - 8000:8000
# depends_on:
# - db
# web:
# build: .
# command: python /code/manage.py runserver 0.0.0.0:8000
# volumes:
# - .:/code:z
# ports:
# - 8000:8000
# depends_on:
# - db
db:
image: postgres:16
ports: