freeipa / ipa-tuura

GNU General Public License v3.0
9 stars 12 forks source link

Move Django database and keytabs to podman volume #108

Open antoniotorresm opened 6 months ago

antoniotorresm commented 6 months ago

In order to persist information between container executions, we should mount data such as keytabs as a volume. This change centralizes keytabs and Django database so that everything can be mounted to a single volume if specified by the user.