Files
krafttrainer/docker-compose.yml
Christoph K. f601c2030e Switch Docker volume to bind mount at /home/christoph/fitnesspad
Makes the database directly accessible on the host filesystem instead
of an opaque Docker volume.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 20:31:41 +01:00

9 lines
152 B
YAML

services:
krafttrainer:
build: .
ports:
- "8090:8090"
volumes:
- /home/christoph/fitnesspad:/data
restart: unless-stopped