Remove pictrs dir, it's messing with `private`

This commit is contained in:
niten 2024-01-21 10:03:59 -08:00
parent 07a573284f
commit e50930a4dc
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ let
networks = { external_network.internal = false; };
docker-compose.volumes = {
pictrs-data = { };
postgres-data = { };
private-data = { };
};
@ -21,7 +20,6 @@ let
restart = "always";
volumes = [
"postgres-data:/var/lib/postgres/data"
"pictrs-data:/var/lib/pict-rs"
"private-data:/var/lib/private"
"${cfg.admin-password-file}:${cfg.admin-password-file}"
];