Files
sprintpadawan/docker-compose.yml
atridad 16bed1b8c0 First pass at basic functionality.
This PR introduces the beginnings of Sprint Padawan.

Reviewed-on: #1
2026-05-02 02:01:53 -06:00

10 lines
170 B
YAML

services:
app:
build: .
container_name: sprintpadawan
ports:
- "8080:8080"
volumes:
- ${ROOT_DIR:-./data}:/data
restart: unless-stopped