feat(docker-compose): mount patrizio config file into container

Add read-only volume mount for patrizio.toml configuration file to make it
accessible within the container at /etc/patrizio/patrizio.toml
This commit is contained in:
Davide Polonio 2026-04-06 18:17:48 +02:00
parent 44d7a89fc8
commit c3cd273219

View File

@ -5,6 +5,7 @@ services:
command: -f /data/ serve
volumes:
- ./data:/data:rw
- ./patrizio.toml:/etc/patrizio/patrizio.toml:ro
depends_on:
tailscale:
condition: service_healthy