finished conversion to tailwind

This commit is contained in:
badblocks 2025-03-11 23:45:27 -07:00
parent 6e2843c60e
commit d62956d465
50 changed files with 2490 additions and 1273 deletions

View file

@ -1,15 +1,17 @@
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:
- 5432:5432
volumes:
- postgres_data:/var/lib/postgresql/data/
environment: