8b32d98267
Go + chi + SQLite + HTMX with SSE live updates. Soft Brutalism design, emoji picker, Docker deploy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
157 B
YAML
12 lines
157 B
YAML
services:
|
|
bbq:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:8090:8080"
|
|
volumes:
|
|
- bbq-data:/data
|
|
|
|
volumes:
|
|
bbq-data:
|