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>
9 lines
152 B
YAML
9 lines
152 B
YAML
services:
|
|
krafttrainer:
|
|
build: .
|
|
ports:
|
|
- "8090:8090"
|
|
volumes:
|
|
- /home/christoph/fitnesspad:/data
|
|
restart: unless-stopped
|