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:
parent
44d7a89fc8
commit
c3cd273219
@ -5,6 +5,7 @@ services:
|
|||||||
command: -f /data/ serve
|
command: -f /data/ serve
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data:rw
|
- ./data:/data:rw
|
||||||
|
- ./patrizio.toml:/etc/patrizio/patrizio.toml:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
tailscale:
|
tailscale:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user