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:
parent
4c0db9f842
commit
f3a1366269
16 changed files with 372 additions and 123 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue