mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 06:00:14 +02:00
refactor: Move persistent data to named volumes
This commit is contained in:
@ -128,7 +128,6 @@ All of the Bridgehead's outgoing connections are secured by transport encryption
|
||||
- `/etc/bridgehead/traefik-tls` contains your Bridgehead's reverse proxies TLS certificates for [HTTPS access](#https-access).
|
||||
- `/etc/bridgehead/pki` contains your Bridgehead's private key (e.g., but not limited to Samply.Beam), generated as part of the [Samply.Beam enrollment](#register-with-samplybeam).
|
||||
- `/etc/bridgehead/trusted-ca-certs` contains third-party certificates to be trusted by the Bridgehead. For example, you want to place the certificates of your [TLS-terminating proxy](#network) here.
|
||||
- `/var/lib/bridgehead/data` contains persistent data of the bridgehead
|
||||
- `/var/cache/bridgehead/backup` contains automatically created backups of the databases.
|
||||
|
||||
Your Bridgehead's actual data is not stored in the above directories, but in named docker volumes, see `docker volume ls` and `docker volume inspect <volume_name>`.
|
||||
|
Reference in New Issue
Block a user