volume stuff

This commit is contained in:
2026-02-01 14:16:19 -06:00
parent 851911f491
commit 7ac91b21b3
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ in {
RemainAfterExit = true; RemainAfterExit = true;
}; };
script = '' script = ''
docker volume inspect authentik_database || docker volume create authentik_database --driver=btrfs docker volume inspect authentik_database || docker volume create authentik_database --driver=local
''; '';
partOf = [ "docker-compose-authentik-root.target" ]; partOf = [ "docker-compose-authentik-root.target" ];
wantedBy = [ "docker-compose-authentik-root.target" ]; wantedBy = [ "docker-compose-authentik-root.target" ];

View File

@@ -83,7 +83,7 @@ in {
RemainAfterExit = true; RemainAfterExit = true;
}; };
script = '' script = ''
docker volume inspect vol_openwebui || docker volume create vol_openwebui --driver=btrfs docker volume inspect vol_openwebui || docker volume create vol_openwebui --driver=local
''; '';
partOf = [ "docker-compose-openwebui-root.target" ]; partOf = [ "docker-compose-openwebui-root.target" ];
wantedBy = [ "docker-compose-openwebui-root.target" ]; wantedBy = [ "docker-compose-openwebui-root.target" ];