Rewritten to use TailwindCSS and HTMX 🔥

This commit is contained in:
ForeverPyrite
2025-05-08 01:35:18 -04:00
parent 14b320bbde
commit b5a2b4e6d1
19 changed files with 590 additions and 571 deletions

View File

@@ -3,7 +3,7 @@ services:
build: .
container_name: screw-bardo-container
ports:
- "$PORT:1986"
- "1986:1986"
volumes:
- ./logs:/app/logs
- ./app/logs:/app/logs
restart: unless-stopped