9657aaa523
- Dockerfile: updated to serve mode with web/ embed, expose 8080 - docker-compose.yml: new, maps :8080 and output volume - Makefile: added serve, akaiutil, electron-* targets - mise.toml: new, go 1.26 + node 22, all build/run tasks - .gitignore: exclude built akaiutil binary
10 lines
169 B
YAML
10 lines
169 B
YAML
services:
|
|
akai-utils:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./output:/data/output
|
|
environment:
|
|
- AKAIUTIL=/usr/local/bin/akaiutil
|