services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:3001"
environment:
- PORT=3001
- DATABASE_PATH=/data/ka-note.db
volumes:
- ./data:/data