From 10c86c6b2070540d17549177dcf4260d88b80c53 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sun, 28 Apr 2024 01:07:49 +0200 Subject: [PATCH] nachtigall: obs-portal: remove tiles mount --- hosts/nachtigall/apps/obs-portal.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nachtigall/apps/obs-portal.nix b/hosts/nachtigall/apps/obs-portal.nix index da6c505..c182b8e 100644 --- a/hosts/nachtigall/apps/obs-portal.nix +++ b/hosts/nachtigall/apps/obs-portal.nix @@ -98,7 +98,6 @@ in { volumes = [ "${configPy}:/opt/obs/api/config.py" "/var/lib/obs-portal${env.OBS_DATA_DIR}:${env.OBS_DATA_DIR}" - "/var/lib/obs-portal/tiles/:/tiles" "/var/lib/obs-portal/pbf/:/pbf" ];